diff options
Diffstat (limited to 'test/testdata/eval-fail-fromTOML-timestamps.err.exp')
-rw-r--r-- | test/testdata/eval-fail-fromTOML-timestamps.err.exp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/testdata/eval-fail-fromTOML-timestamps.err.exp b/test/testdata/eval-fail-fromTOML-timestamps.err.exp new file mode 100644 index 0000000..9bbb251 --- /dev/null +++ b/test/testdata/eval-fail-fromTOML-timestamps.err.exp | |||
@@ -0,0 +1,8 @@ | |||
1 | error: | ||
2 | … while calling the 'fromTOML' builtin | ||
3 | at /pwd/lang/eval-fail-fromTOML-timestamps.nix:1:1: | ||
4 | 1| builtins.fromTOML '' | ||
5 | | ^ | ||
6 | 2| key = "value" | ||
7 | |||
8 | error: while parsing TOML: Dates and times are not supported | ||