Commit 1cdc6b1
committed
Fix bug: escape escaped double quotes properly
The previous code used to ignore all closing quotes if the same token
also has an escaped double quote. For example, in
-Dkey="I am the \"man\""
the last token contains both escaped quotes and valid quotes. This
used to be interpreted as a token that doesn't have a closing quote
when it actually does. This is fixed in this commit.1 parent c854859 commit 1cdc6b1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments