]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InvalidPattern4.scl
Automatic execution of SCL tests in Maven
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / InvalidPattern4.scl
diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InvalidPattern4.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InvalidPattern4.scl
new file mode 100644 (file)
index 0000000..11dfd07
--- /dev/null
@@ -0,0 +1,7 @@
+import "Prelude"\r
+\r
+a # b # c = a + b + c\r
+\r
+main = "Not to be executed."\r
+--\r
+3:1-3:10: Illegal left hand side of the definition.
\ No newline at end of file