]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InvalidRuleset1.scl
Merge commit 'e87f096'
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / InvalidRuleset1.scl
1 data Fact = Foo | Bar\r
2 \r
3 rs = ruleset\r
4   Foo => Bar\r
5 \r
6 main = "Not to be executed."\r
7 --\r
8 4:10-4:13: Expected\r
9     <[Fact]> got\r
10     <Fact>.