1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

parser: make verbose mode less verbose

This commit is contained in:
Alexander Medvednikov
2019-10-07 01:09:11 +03:00
parent fdef2b0f8b
commit f1923d454c
2 changed files with 10 additions and 3 deletions

View File

@ -471,3 +471,9 @@ fn test_raw() {
assert lines.len == 1
println('raw string: "$raw"')
}
fn test_escape() {
// TODO
//a := 10
//println("\"$a")
}