Skip to content

Commit 66ab2bc

Browse files
Update PrintAst test output
1 parent eec57d4 commit 66ab2bc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

java/ql/test/library-tests/JDK/PrintAst.expected

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ jdk/StringMatch.java:
7373
# 5| 0: [MethodAccess] matches(...)
7474
# 5| -1: [VarAccess] STR
7575
# 5| 0: [StringLiteral] "[a-z]+"
76+
# 5| 0: [RegExpPlus] [a-z]+
77+
# 5| 0: [RegExpCharacterClass] [a-z]
78+
# 5| 0: [RegExpCharacterRange] a-z
79+
# 5| 0: [RegExpConstant | RegExpNormalChar] a
80+
# 5| 1: [RegExpConstant | RegExpNormalChar] z
7681
# 8| 5: [Method] b
7782
# 8| 3: [TypeAccess] void
7883
# 8| 5: [BlockStmt] { ... }

0 commit comments

Comments
 (0)