1
0
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:
zakuro
2021-08-06 12:21:28 +09:00
committed by GitHub
parent b95224aa20
commit 490dec222f
11 changed files with 18 additions and 14 deletions

View File

@ -1,3 +0,0 @@
fn char_backtick() {
println(`\``)
}

View File

@ -0,0 +1,3 @@
println(`"`)
printrn(`'`)
println(`\``)