diff options
Diffstat (limited to 'test/testdata/parse-okay-ind-string.exp')
-rw-r--r-- | test/testdata/parse-okay-ind-string.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testdata/parse-okay-ind-string.exp b/test/testdata/parse-okay-ind-string.exp new file mode 100644 index 0000000..82e9940 --- /dev/null +++ b/test/testdata/parse-okay-ind-string.exp | |||
@@ -0,0 +1 @@ | |||
(let string = "str"; in [ (/some/path) ((/some/path)) ((/some/path)) ((/some/path + "\n end")) (string) ((string)) ((string)) ((string + "\n end")) ("") ("") ("end") ]) | |||