diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-04-17 09:27:17 -0400 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2023-04-17 09:27:17 -0400 |
commit | b1343e8ad1cd158228e9fd97c493aa888700419c (patch) | |
tree | ea1ba65f8767dbb1307cfebf39ed44746df8a7bf /tests/repl.sh | |
parent | 615c25b0dd185fe15d6be5fe7266d0f4e0a4d807 (diff) | |
parent | 72ffa7fedb34585948f8c9a47bfaebeb6cc5d537 (diff) |
Merge remote-tracking branch 'upstream/master' into trustless-remote-builder-simple
Diffstat (limited to 'tests/repl.sh')
-rw-r--r-- | tests/repl.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/repl.sh b/tests/repl.sh index be8adb742..2b3789521 100644 --- a/tests/repl.sh +++ b/tests/repl.sh @@ -79,6 +79,14 @@ testReplResponse ' "result: ${a}" ' "result: 2" +# check dollar escaping https://github.com/NixOS/nix/issues/4909 +# note the escaped \, +# \\ +# because the second argument is a regex +testReplResponse ' +"$" + "{hi}" +' '"\\${hi}"' + testReplResponse ' drvPath ' '".*-simple.drv"' \ |