Skip to content

Commit c42cd27

Browse files
committed
Ruby: Accept new nodes in END block.
1 parent 54e4bb3 commit c42cd27

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ruby/ql/test/library-tests/controlflow/graph/Nodes.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ positionalArguments
107107
| cfg.rb:9:1:9:21 | call to [] | cfg.rb:9:14:9:20 | "another" |
108108
| cfg.rb:12:3:12:8 | call to puts | cfg.rb:12:8:12:8 | 4 |
109109
| cfg.rb:16:3:16:14 | call to puts | cfg.rb:16:8:16:14 | "hello" |
110+
| cfg.rb:20:3:20:14 | call to puts | cfg.rb:20:8:20:14 | "world" |
110111
| cfg.rb:23:1:23:6 | ... + ... | cfg.rb:23:6:23:6 | 1 |
111112
| cfg.rb:25:15:25:20 | call to puts | cfg.rb:25:20:25:20 | x |
112113
| cfg.rb:27:1:27:11 | call to puts | cfg.rb:27:6:27:11 | &... |

0 commit comments

Comments
 (0)