Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 1 addition & 13 deletions tests/languages/ruby/snapshots/outline.snap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
source: tests/ruby.rs
source: tests/support/mod.rs
expression: captures
---
- name: item
Expand Down Expand Up @@ -78,10 +78,6 @@ expression: captures
line: 11
column: 15
text: ":name"
- name: context
line: 11
column: 20
text: ","
- name: name
line: 11
column: 22
Expand All @@ -98,10 +94,6 @@ expression: captures
line: 12
column: 16
text: "\"login\""
- name: context
line: 12
column: 23
text: ","
- name: name
line: 12
column: 25
Expand Down Expand Up @@ -286,10 +278,6 @@ expression: captures
line: 47
column: 16
text: ":charge"
- name: context
line: 47
column: 23
text: ","
- name: name
line: 47
column: 25
Expand Down
2 changes: 1 addition & 1 deletion tests/languages/ruby/snapshots/runnables.snap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
source: tests/ruby.rs
source: tests/support/mod.rs
expression: captures
---
- name: _ruby-test
Expand Down