Update test

See gh-30610
This commit is contained in:
Sam Brannen 2023-06-07 15:04:28 +02:00
parent 61816d0076
commit c9165470f2
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class ParsingTests {
// 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ß");