mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fmt: keep char literal, '
(#11060)
This commit is contained in:
@ -651,7 +651,7 @@ fn test_for_loop_two() {
|
||||
}
|
||||
|
||||
fn test_quote() {
|
||||
a := `\'`
|
||||
a := `'`
|
||||
println('testing double quotes')
|
||||
b := 'hi'
|
||||
assert b == 'hi'
|
||||
|
Reference in New Issue
Block a user