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:
@ -1,3 +0,0 @@
|
||||
fn char_backtick() {
|
||||
println(`\``)
|
||||
}
|
3
vlib/v/fmt/tests/char_literal_keep.vv
Normal file
3
vlib/v/fmt/tests/char_literal_keep.vv
Normal file
@ -0,0 +1,3 @@
|
||||
println(`"`)
|
||||
printrn(`'`)
|
||||
println(`\``)
|
Reference in New Issue
Block a user