fix quoting
parent
c61ca42261
commit
1305fd619e
|
@ -70,6 +70,8 @@ if ($_ =~ m/^(\s+)"(.*?)"(: *)"(.*?)"(,?)$/) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($sub) {
|
if ($sub) {
|
||||||
|
$src =~ s/"/\\"/g;
|
||||||
|
$dst =~ s/"/\\"/g;
|
||||||
print qq($indent"$src"$colon"$dst"$comma\n);
|
print qq($indent"$src"$colon"$dst"$comma\n);
|
||||||
last;
|
last;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue