Skip to content

Commit

Permalink
Remove a duplicate line in lexer_test.yml (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryicoh committed Sep 24, 2022
1 parent bbe8d04 commit aed070f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lexer/lexer_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,6 @@ lex reports useful unknown character error:
- name: question mark
input: "?"
error:
message: 'Cannot parse the unexpected character "?".'
message: 'Cannot parse the unexpected character "?".'
locations: [{ line: 1, column: 1 }]

Expand Down

0 comments on commit aed070f

Please sign in to comment.