mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Fix CallExprCfgNode.getKeywordArgument
This predicate now produces results.
This commit is contained in:
committed by
Harry Maclean
parent
0caea17118
commit
8fd8c9b04d
@@ -319,3 +319,5 @@ positionalArguments
|
||||
| raise.rb:161:7:161:14 | call to raise | raise.rb:161:13:161:14 | "" |
|
||||
| raise.rb:168:5:168:12 | call to raise | raise.rb:168:11:168:12 | "" |
|
||||
keywordArguments
|
||||
| cfg.html.erb:6:9:6:58 | call to stylesheet_link_tag | media | cfg.html.erb:6:54:6:58 | "all" |
|
||||
| cfg.html.erb:12:11:12:33 | call to link_to | id | cfg.html.erb:12:31:12:33 | "a" |
|
||||
|
||||
Reference in New Issue
Block a user