We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec57d4 commit 66ab2bcCopy full SHA for 66ab2bc
java/ql/test/library-tests/JDK/PrintAst.expected
@@ -73,6 +73,11 @@ jdk/StringMatch.java:
73
# 5| 0: [MethodAccess] matches(...)
74
# 5| -1: [VarAccess] STR
75
# 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
81
# 8| 5: [Method] b
82
# 8| 3: [TypeAccess] void
83
# 8| 5: [BlockStmt] { ... }
0 commit comments