regression tests for #1514

This commit is contained in:
jdf
2010-03-17 17:39:46 +00:00
parent fa46792605
commit 48c3cf30f9
3 changed files with 20 additions and 0 deletions
@@ -77,4 +77,14 @@ public class ParserTests {
public void bug1511() {
expectGood("bug1511.pde");
}
@Test
public void bug1514a() {
expectGood("bug1514.a.pde");
}
@Test
public void bug1514b() {
expectGood("bug1514.b.pde");
}
}