mirror of
https://github.com/RubyMetric/chsrc
synced 2025-07-21 07:39:35 +08: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…
x
Reference in New Issue
Block a user