mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
regression tests for #1514
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
//----- èééèèéééàééèé''ééé
|
||||
//----------------------------------------------------------------
|
||||
//--- IMPORTS
|
||||
//----------------------------------------------------------------
|
||||
import ddf.minim.*;
|
||||
@@ -0,0 +1,5 @@
|
||||
//----- èééèèéééàééèé''éé
|
||||
//----------------------------------------------------------------
|
||||
//--- IMPORTS
|
||||
//----------------------------------------------------------------
|
||||
import ddf.minim.*;
|
||||
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user