fix quoting
This commit is contained in:
parent
c61ca42261
commit
1305fd619e
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue