mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
gen: scape string function in gen/str.v (#6452)
This commit is contained in:
@ -619,7 +619,7 @@ fn test_for_loop_two() {
|
||||
|
||||
fn test_quote() {
|
||||
a := `'`
|
||||
println("testing double quotes")
|
||||
println("testing double quotes \"")
|
||||
b := "hi"
|
||||
assert b == 'hi'
|
||||
assert a.str() == '\''
|
||||
|
Reference in New Issue
Block a user