Skip to content

Commit

Permalink
Adjust tests to changed error message
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Jan 13, 2023
1 parent 03cc051 commit 07d6aac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/cases/InvalidTokenArg.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ foo<e> { token<e> }
token<x> { x "!" }
}

//! isn't found in this token group
//! Reference to token rule 'bar', which isn't found
2 changes: 1 addition & 1 deletion test/cases/UndefinedTokenRule.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
X { y }
}

//! Reference to rule 'y'
//! Reference to token rule 'y', which isn't found

0 comments on commit 07d6aac

Please sign in to comment.