mirror of
https://gitee.com/RubyMetric/chsrc.git
synced 2025-12-25 20:52:49 +00:00
Fix: not to escape `'`
This commit is contained in:
parent
85d8ee940c
commit
9aeb3541ed
|
|
@ -31,7 +31,6 @@ my class CStringConverter {
|
|||
when 'escape' {
|
||||
given $char {
|
||||
when '"' { return '\\"'; }
|
||||
when "'" { return "\\'"; }
|
||||
when '\\' { return '\\\\'; }
|
||||
when "\n" { return '\\n'; }
|
||||
when "\t" { return '\\t'; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue