Skip to content

Commit

Permalink
Add failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahTheDuke authored and bobbylight committed Jun 9, 2024
1 parent 45dfcd7 commit 99de6f0
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -381,4 +381,14 @@ void testVariables() {
}


@Test
void testCharacters() {
String[] chars = {
"\\\"",
"\\a",
"\\s",
"\\d",
};
assertAllTokensOfType(TokenTypes.LITERAL_CHAR, chars);
}
}

0 comments on commit 99de6f0

Please sign in to comment.