diff options
Diffstat (limited to 'test/testdata/parse-okay-crlf.exp')
-rw-r--r-- | test/testdata/parse-okay-crlf.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testdata/parse-okay-crlf.exp b/test/testdata/parse-okay-crlf.exp new file mode 100644 index 0000000..4213609 --- /dev/null +++ b/test/testdata/parse-okay-crlf.exp | |||
@@ -0,0 +1 @@ | |||
rec { foo = "multi\nline\n string\n test\r"; x = y; y = 123; z = 456; } | |||