Fix the parsing of "$"'s in strings.
This commit is contained in:
parent
65e4dcd69b
commit
467977f203
3 changed files with 8 additions and 7 deletions
|
|
@ -1 +1 @@
|
|||
"foobar/a/b/c/d/foo/xyzzy/foo.txt/../foo/x/yescape: \"quote\" \n \\end\nof\nlinefoobarblaatfoo$bar"
|
||||
"foobar/a/b/c/d/foo/xyzzy/foo.txt/../foo/x/yescape: \"quote\" \n \\end\nof\nlinefoobarblaatfoo$bar$\"$\"$"
|
||||
|
|
|
|||
|
|
@ -8,3 +8,5 @@ of
|
|||
line"
|
||||
+ "foo${if true then "b${"a" + "r"}" else "xyzzy"}blaat"
|
||||
+ "foo$bar"
|
||||
+ "$\"$\""
|
||||
+ "$"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue