diff options
author | Akshay <[email protected]> | 2021-11-03 09:18:35 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2021-11-08 05:03:13 +0000 |
commit | 4e063b2abc402ac4d6902647e821978269025c7d (patch) | |
tree | a8935a5432fe86d0e5facb9ff8acc71edcb7f782 /bin/tests/snapshots/main__unquoted_splices.snap | |
parent | 78decf580d22fa792c19c40ace39762fb027067c (diff) |
add snapshot test suitesnapshot-tests
Diffstat (limited to 'bin/tests/snapshots/main__unquoted_splices.snap')
-rw-r--r-- | bin/tests/snapshots/main__unquoted_splices.snap | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/bin/tests/snapshots/main__unquoted_splices.snap b/bin/tests/snapshots/main__unquoted_splices.snap new file mode 100644 index 0000000..5fd1917 --- /dev/null +++ b/bin/tests/snapshots/main__unquoted_splices.snap | |||
@@ -0,0 +1,35 @@ | |||
1 | --- | ||
2 | source: bin/tests/main.rs | ||
3 | expression: "&out" | ||
4 | |||
5 | --- | ||
6 | [W09] Warning: Found unquoted splice expression | ||
7 | ╭─[data/unquoted_splices.nix:7:3] | ||
8 | │ | ||
9 | 7 │ ${x} | ||
10 | · ──┬─ | ||
11 | · ╰─── Consider quoting this splice expression | ||
12 | ───╯ | ||
13 | [W09] Warning: Found unquoted splice expression | ||
14 | ╭─[data/unquoted_splices.nix:8:3] | ||
15 | │ | ||
16 | 8 │ ${toString (x + y)} | ||
17 | · ─────────┬───────── | ||
18 | · ╰─────────── Consider quoting this splice expression | ||
19 | ───╯ | ||
20 | [W09] Warning: Found unquoted splice expression | ||
21 | ╭─[data/unquoted_splices.nix:9:5] | ||
22 | │ | ||
23 | 9 │ a.${toString x} | ||
24 | · ──────┬────── | ||
25 | · ╰──────── Consider quoting this splice expression | ||
26 | ───╯ | ||
27 | [W09] Warning: Found unquoted splice expression | ||
28 | ╭─[data/unquoted_splices.nix:12:3] | ||
29 | │ | ||
30 | 12 │ ╭─▶ ${ | ||
31 | 14 │ ├─▶ } | ||
32 | · │ | ||
33 | · ╰───────── Consider quoting this splice expression | ||
34 | ────╯ | ||
35 | |||