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