(Arne Babenhauserheide)
2014-01-21: add string and paren test. add string and paren test.
diff --git a/tests/syntax-strings-parens.scm b/tests/syntax-strings-parens.scm new file mode 100644 --- /dev/null +++ b/tests/syntax-strings-parens.scm @@ -0,0 +1,16 @@ +; Test linebreaks in strings and brackets + +"flubbub + +flabbab" + +(hrug (nadda +madda gadda "shoktom + mee" " sep +ka" + hadda) + (gom)) + +(flu) + + diff --git a/tests/linebreaks.w b/tests/syntax-strings-parens.w rename from tests/linebreaks.w rename to tests/syntax-strings-parens.w --- a/tests/linebreaks.w +++ b/tests/syntax-strings-parens.w @@ -1,6 +1,6 @@ ; Test linebreaks in strings and brackets -"flubbub +. "flubbub flabbab"