parent
cb343cad5e
commit
ffd3bdc4c1
1 changed files with 1 additions and 0 deletions
|
|
@ -1509,6 +1509,7 @@ impl Generator {
|
|||
for c in name.chars() {
|
||||
match c {
|
||||
'\"' => result += "\\\"",
|
||||
'?' => result += "\\?",
|
||||
'\\' => result += "\\\\",
|
||||
'\u{000c}' => result += "\\f",
|
||||
'\n' => result += "\\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue