mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
string: enable test for string escaping (#6688)
This commit is contained in:
parent
36c5eab799
commit
0c987f433d
@ -760,9 +760,9 @@ fn test_raw_with_quotes() {
|
||||
}
|
||||
|
||||
fn test_escape() {
|
||||
// TODO
|
||||
//a := 10
|
||||
//println("\"$a")
|
||||
a := 10
|
||||
println("\"$a")
|
||||
assert "\"$a" == "\"10"
|
||||
}
|
||||
|
||||
fn test_atoi() {
|
||||
|
Loading…
Reference in New Issue
Block a user