string: enable test for string escaping (#6688)
parent
36c5eab799
commit
0c987f433d
|
@ -760,9 +760,9 @@ fn test_raw_with_quotes() {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn test_escape() {
|
fn test_escape() {
|
||||||
// TODO
|
a := 10
|
||||||
//a := 10
|
println("\"$a")
|
||||||
//println("\"$a")
|
assert "\"$a" == "\"10"
|
||||||
}
|
}
|
||||||
|
|
||||||
fn test_atoi() {
|
fn test_atoi() {
|
||||||
|
|
Loading…
Reference in New Issue