diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-07-13 15:06:08 -0400 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2023-07-13 15:06:08 -0400 |
commit | ddc0a2050b292db4687027401d031d90c2b2cf56 (patch) | |
tree | 7f4c590b3fbf9ac4dcf1d2b92caf86c77a677512 /tests/lang/eval-fail-bad-string-interpolation-1.err.exp | |
parent | a2acd23466108a1a10ed3b6b874c558bd95e7645 (diff) | |
parent | bbc08a11f49ac41d8fa91510bcff269540c310a4 (diff) |
Merge remote-tracking branch 'upstream/master' into best-effort-supplementary-groups
Diffstat (limited to 'tests/lang/eval-fail-bad-string-interpolation-1.err.exp')
-rw-r--r-- | tests/lang/eval-fail-bad-string-interpolation-1.err.exp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/lang/eval-fail-bad-string-interpolation-1.err.exp b/tests/lang/eval-fail-bad-string-interpolation-1.err.exp new file mode 100644 index 000000000..eb73e9a52 --- /dev/null +++ b/tests/lang/eval-fail-bad-string-interpolation-1.err.exp @@ -0,0 +1,10 @@ +error: + … while evaluating a path segment + + at /pwd/lang/eval-fail-bad-string-interpolation-1.nix:1:2: + + 1| "${x: x}" + | ^ + 2| + + error: cannot coerce a function to a string |