We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e4732 commit b5a10b7Copy full SHA for b5a10b7
tests/eval-compare/ind-string-18.nix
@@ -1,2 +1,2 @@
1
# to observe the upstream nix behavior for dollar sign excape in doublequote string
2
-"\${foo $foo"
+"\${foo \$ $foo"
tests/eval-compare/ind-string-19.nix
@@ -1,4 +1,4 @@
# to observe the upstream nix behavior for dollar excape in Indented string
''
3
-''$ ''${
+''$ $ ''${
4
0 commit comments