Skip to content

Commit

Permalink
Fixed test for previous patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-lischke committed Jan 1, 2025
1 parent b2bb314 commit 313d194
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/TestToolSyntaxErrors.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -691,9 +691,7 @@ describe("TestToolSyntaxErrors", () => {
"error(" + ErrorType.UNICODE_PROPERTY_NOT_ALLOWED_IN_RANGE.code + "): Test.g4:12:41: unicode property " +
"escapes not allowed in lexer charset range: [A-\\p{Number}]\n" +
"error(" + ErrorType.UNICODE_PROPERTY_NOT_ALLOWED_IN_RANGE.code + "): Test.g4:13:48: unicode property " +
"escapes not allowed in lexer charset range: [\\P{Uppercase_Letter}-\\P{Number}]\n" +
"error(" + ErrorType.INVALID_ESCAPE_SEQUENCE.code + "): Test.g4:14:16: invalid escape sequence " +
"\\p{Grapheme_Cluster_Break=E_Base}\n";
"escapes not allowed in lexer charset range: [\\P{Uppercase_Letter}-\\P{Number}]\n";

const pair = [
grammar,
Expand Down

0 comments on commit 313d194

Please sign in to comment.