Merge branch '6.0.x'
This commit is contained in:
@@ -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'");
|
||||
|
||||
Reference in New Issue
Block a user