Skip to content

Commit b5a10b7

Browse files
committed
update ind-string-18 and ind-string-19 to make it more demonstrated
1 parent 60e4732 commit b5a10b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# to observe the upstream nix behavior for dollar sign excape in doublequote string
2-
"\${foo $foo"
2+
"\${foo \$ $foo"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# to observe the upstream nix behavior for dollar excape in Indented string
22
''
3-
''$ ''${
3+
''$ $ ''${
44
''

0 commit comments

Comments
 (0)