diff --git a/Cargo.lock b/Cargo.lock index 95ba055..34b28e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -744,9 +744,9 @@ checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d" [[package]] name = "tree-sitter" -version = "0.26.5" +version = "0.26.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12987371f54efc9b9306a20dc87ed5aaee9f320c8a8b115e28515c412b2efe39" +checksum = "13f456d2108c3fef07342ba4689a8503ec1fb5beed245e2b9be93096ef394848" dependencies = [ "cc", "regex", diff --git a/tests/languages/ruby/snapshots/outline.snap b/tests/languages/ruby/snapshots/outline.snap index c7d6039..550479e 100644 --- a/tests/languages/ruby/snapshots/outline.snap +++ b/tests/languages/ruby/snapshots/outline.snap @@ -1,5 +1,5 @@ --- -source: tests/ruby.rs +source: tests/support/mod.rs expression: captures --- - name: item @@ -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 @@ -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 @@ -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 diff --git a/tests/languages/ruby/snapshots/runnables.snap b/tests/languages/ruby/snapshots/runnables.snap index 4169860..7dfbed7 100644 --- a/tests/languages/ruby/snapshots/runnables.snap +++ b/tests/languages/ruby/snapshots/runnables.snap @@ -1,5 +1,5 @@ --- -source: tests/ruby.rs +source: tests/support/mod.rs expression: captures --- - name: _ruby-test