Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen authored and mdeinum committed Jun 29, 2023
1 parent 821f59d commit abfd395
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ void supportedCharactersInIdentifiers() {
// German characters
parseCheck("begrüssung");
parseCheck("#begrüssung");
parseCheck("begrüssung[1]", "begrüssung.[1]"); // extra "." is needed due to erroneous logic in CompoundExpression.toStringAST()
parseCheck("begrüssung[1]");
parseCheck("service.begrüssung");
parseCheck("service.getBegrüssung()");
parseCheck("Spaß");
Expand Down

0 comments on commit abfd395

Please sign in to comment.