Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c568162 commit 00a0b93Copy full SHA for 00a0b93
2 files changed
ql/test/library-tests/ast/Ast.expected
@@ -1476,6 +1476,11 @@ control/loops.rb:
1476
# 66| getAnOperand/getLeftOperand/getLesserOperand: [LocalVariableAccess] x
1477
# 66| getAnOperand/getGreaterOperand/getRightOperand: [LocalVariableAccess] y
1478
# 66| getBody: [StmtSequence] do ...
1479
+misc/misc.erb:
1480
+# 2| [MethodCall] call to require_asset
1481
+# 2| getReceiver: [Self] self
1482
+# 2| getArgument: [StringLiteral] "main_include_admin.js"
1483
+# 2| getComponent: [StringTextComponent] main_include_admin.js
1484
misc/misc.rb:
1485
# 1| [Toplevel] misc.rb
1486
# 1| getStmt: [AssignExpr] ... = ...
ql/test/library-tests/ast/misc/misc.erb
@@ -0,0 +1,3 @@
1
+<%
2
+require_asset("main_include_admin.js")
3
+%>
0 commit comments