aboutsummaryrefslogtreecommitdiff
path: root/smalidea/testData/InvalidAnnotation.smalidea
diff options
context:
space:
mode:
Diffstat (limited to 'smalidea/testData/InvalidAnnotation.smalidea')
-rw-r--r--smalidea/testData/InvalidAnnotation.smalidea19
1 files changed, 19 insertions, 0 deletions
diff --git a/smalidea/testData/InvalidAnnotation.smalidea b/smalidea/testData/InvalidAnnotation.smalidea
new file mode 100644
index 00000000..9825e293
--- /dev/null
+++ b/smalidea/testData/InvalidAnnotation.smalidea
@@ -0,0 +1,19 @@
+.annotation .blah Lblah;
+.end annotation
+
+.annotation runtime .blah
+.end annotation
+
+.annotation runtime Lblah;
+ blah .blah .blah
+.end annotation
+
+.annotation runtime Lblah;
+ blah = .blah .blah
+.end annotation
+
+.annotation runtime Lblah;
+ blah = .subannotation Lblah2;
+ blah = "blah"
+ .blah
+.end annotation \ No newline at end of file