X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2Fscl%2FInvalidRuleset1.scl;h=e8039e385c27a5dac4bcd514f2d50c41804027d5;hb=6573b29e111ea03c3fa88bf1565d47d0fc4faabd;hp=e53520b28e223bcc4e129c435837a713b1fee6a2;hpb=c08364c64a0bb53c45c052a3e4cea8702bbd69a0;p=simantics%2Fplatform.git diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InvalidRuleset1.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InvalidRuleset1.scl index e53520b28..e8039e385 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InvalidRuleset1.scl +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InvalidRuleset1.scl @@ -1,10 +1,10 @@ -data Fact = Foo | Bar - -rs = ruleset - Foo => Bar - -main = "Not to be executed." --- -4:10-4:13: Expected - <[Fact]> got +data Fact = Foo | Bar + +rs = ruleset + Foo => Bar + +main = "Not to be executed." +-- +4:10-4:13: Expected + <[Fact]> got . \ No newline at end of file