mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
parser: make verbose mode less verbose
This commit is contained in:
parent
fdef2b0f8b
commit
f1923d454c
2 changed files with 10 additions and 3 deletions
|
@ -471,3 +471,9 @@ fn test_raw() {
|
|||
assert lines.len == 1
|
||||
println('raw string: "$raw"')
|
||||
}
|
||||
|
||||
fn test_escape() {
|
||||
// TODO
|
||||
//a := 10
|
||||
//println("\"$a")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue