Added pounddemo

This commit is contained in:
Sandy Brownlee
2022-09-09 15:46:22 +01:00
parent a2cac87f81
commit 64c25f1486
4 changed files with 28 additions and 3 deletions
@@ -31,6 +31,12 @@ public class TestScanner {
compileExpectFailure("/hi-newcomment2.tri");
}
@Test
public void testPoundDemo() {
compileExpectFailure("/pounddemo.tri");
}
private void compileExpectSuccess(String filename) {