mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tests: add cmd/tools/vdoc/tests/vdoc_file_test.v, extract a v.util.diff module, cleanup
This commit is contained in:
8
cmd/tools/vdoc/tests/testdata/project1/main.v
vendored
Normal file
8
cmd/tools/vdoc/tests/testdata/project1/main.v
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
const (
|
||||
source_root = 'temp'
|
||||
)
|
||||
|
||||
// funky - comment for function below
|
||||
fn funky() {
|
||||
println('hi')
|
||||
}
|
||||
Reference in New Issue
Block a user