nix-super/tests/functional/lang/parse-okay-ind-string.exp

2 lines
185 B
Text
Raw Normal View History

(let string = "str"; in [ (/some/path) ((/some/path)) (("" + /some/path)) ((/some/path + "\n end")) (string) ((string)) (("" + string)) ((string + "\n end")) ("") ("") ("end") ])