mirror of
https://github.com/vlang/v.git
synced 2025-09-14 23:12:33 +03:00
fmt: keep char literal, '
(#11060)
This commit is contained in:
parent
b95224aa20
commit
490dec222f
11 changed files with 18 additions and 14 deletions
|
@ -651,7 +651,7 @@ fn test_for_loop_two() {
|
|||
}
|
||||
|
||||
fn test_quote() {
|
||||
a := `\'`
|
||||
a := `'`
|
||||
println('testing double quotes')
|
||||
b := 'hi'
|
||||
assert b == 'hi'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue