Fix for new test.

This commit is contained in:
A Pottinger
2022-02-10 08:46:53 -08:00
parent 18e1d567b6
commit 3c59e3694c
2 changed files with 7 additions and 2 deletions

View File

@@ -421,8 +421,13 @@ public class ParserTests {
}
@Test
public void testMultlineString() {
public void testMultilineString() {
expectGood("multilinestr");
}
@Test
public void testMultiMultilineString() {
expectGood("multimultilinestr");
}
}