]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Bug6989.scl
Added a unit test for bug 6989 and some methods to print expressions
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / Bug6989.scl
diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Bug6989.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Bug6989.scl
new file mode 100644 (file)
index 0000000..665f939
--- /dev/null
@@ -0,0 +1,5 @@
+main = ()
+  where
+    test = "foo","bar" 
+--
+()
\ No newline at end of file