1
0
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:
Delyan Angelov
2021-06-22 18:52:34 +03:00
parent 0aef92b613
commit b6bd6d1d35
17 changed files with 212 additions and 128 deletions

View File

@@ -0,0 +1,8 @@
const (
source_root = 'temp'
)
// funky - comment for function below
fn funky() {
println('hi')
}