mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 12:42:34 +02:00
fix: rules escaped backslash
This commit is contained in:
parent
f5708fd539
commit
e28c4a1b4d
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ var escapedChars = map[rune]rune{
|
||||||
'r': '\r',
|
'r': '\r',
|
||||||
'\'': '\'',
|
'\'': '\'',
|
||||||
'"': '"',
|
'"': '"',
|
||||||
|
'\\': '\\',
|
||||||
' ': ' ',
|
' ': ' ',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue