Fix CallExprCfgNode.getKeywordArgument

This predicate now produces results.
This commit is contained in:
Harry Maclean
2021-10-19 15:55:40 +01:00
committed by Harry Maclean
parent 0caea17118
commit 8fd8c9b04d
2 changed files with 22 additions and 1 deletions

View File

@@ -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" |