Merge branch '6.0.x'

This commit is contained in:
Sam Brannen
2023-06-07 14:59:14 +02:00
2 changed files with 22 additions and 5 deletions

View File

@@ -43,6 +43,12 @@ class ParsingTests {
@Nested
class Miscellaneous {
@Test
void compoundExpressions() {
parseCheck("property1.property2.methodOne()");
parseCheck("property1[0].property2['key'].methodOne()");
}
@Test
void supportedCharactersInIdentifiers() {
parseCheck("#var='value'");