File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
ruby/ql/test/query-tests/diagnostics Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
| src/not_ruby.rb:5:25:5:26 | parse error | Extraction failed in src/not_ruby.rb with error parse error | 2 |
2
- | src/unsupported_feature.rb:1:6:2:11 | parse error | Extraction failed in src/unsupported_feature.rb with error parse error | 2 |
2
+ | src/unsupported_feature.rb:2:1:2:4 | parse error | Extraction failed in src/unsupported_feature.rb with error parse error | 2 |
3
+ | src/unsupported_feature.rb:3:7:3:7 | parse error | Extraction failed in src/unsupported_feature.rb with error parse error | 2 |
4
+ | src/unsupported_feature.rb:3:14:3:14 | parse error | Extraction failed in src/unsupported_feature.rb with error parse error | 2 |
Original file line number Diff line number Diff line change 1
- case foo
2
- in 3 then 5
3
- end
1
+ # one line pattern matches
2
+ 5 in 3
3
+ [ 1 , 2 ] => [ x , * ]
You can’t perform that action at this time.
0 commit comments