aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTests.xml
diff options
context:
space:
mode:
authoraclement <aclement>2004-07-29 12:39:42 +0000
committeraclement <aclement>2004-07-29 12:39:42 +0000
commit45bce91f642a86ca3db7238d9e4cfb81d85e4f5b (patch)
tree9b4d06e48ff89d0771ed4f13007a70f4ca81dc6a /tests/ajcTests.xml
parent770a4d6a1474764dd24e292e0404c04c44f33d90 (diff)
downloadaspectj-45bce91f642a86ca3db7238d9e4cfb81d85e4f5b.tar.gz
aspectj-45bce91f642a86ca3db7238d9e4cfb81d85e4f5b.zip
Fix for Bugzilla Bug 61536
Front-end bug, shouldn't allow patterns of the form foo.., should be foo..*
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r--tests/ajcTests.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml
index 024bc1d1e..8b42152d3 100644
--- a/tests/ajcTests.xml
+++ b/tests/ajcTests.xml
@@ -7819,4 +7819,17 @@
<compile files="PrimitiveCoercionInExactTypePatternMatching.java"/>
</ajc-test>
+ <ajc-test dir="bugs"
+ pr="61536" title="Front-end bug, shouldn't allow patterns of the form foo.., should be foo..*">
+ <compile files="EllipsesStar.java">
+ <message kind="error" line="3" text="Syntax error on token"/>
+ <message kind="error" line="4" text="Syntax error on token"/>
+ <message kind="error" line="5" text="Syntax error on token"/>
+ <message kind="error" line="6" text="Syntax error on token"/>
+ <message kind="error" line="8" text="Syntax error on token"/>
+ <message kind="error" line="10" text="Syntax error on token"/>
+ <message kind="error" line="12" text="Syntax error on token"/>
+ </compile>
+ </ajc-test>
+
</suite>