1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 04:43:53 +02:00

Fix the parsing of "$"'s in strings.

This commit is contained in:
Guillaume Maudoux 2015-07-02 23:53:04 +02:00
parent 65e4dcd69b
commit 467977f203
3 changed files with 8 additions and 7 deletions

View file

@ -8,3 +8,5 @@ of
line"
+ "foo${if true then "b${"a" + "r"}" else "xyzzy"}blaat"
+ "foo$bar"
+ "$\"$\""
+ "$"