Skip to content

Commit

Permalink
Merge branch 'oliver-dvorski-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
unclebob committed Jun 22, 2024
2 parents 92077b1 + e0e4d76 commit c57d02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/smc/lexer/LexerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public void commentAfterToken() throws Exception {

@Test
public void commentLines() throws Exception {
assertLexResult("//comment 1\n-//comment2\n//comment2\n-//comment4;", "D,D");
assertLexResult("//comment 1\n-//comment2\n//comment3\n-//comment4;", "D,D");
}
}

Expand Down

0 comments on commit c57d02f

Please sign in to comment.