string: enable test for string escaping (#6688)

pull/6694/head
Swastik Baranwal 2020-10-27 19:55:44 +05:30 committed by GitHub
parent 36c5eab799
commit 0c987f433d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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() {