Skip to content

Commit

Permalink
Fix up fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
tclem committed Jun 25, 2020
1 parent 9cd0b30 commit 04f9c13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/cli/parse-tree.symbols.json
@@ -1 +1 @@
{"files":[{"path":"test/fixtures/ruby/corpus/method-declaration.A.rb","language":"Ruby","symbols":[{"symbol":"foo","kind":"Method","line":"def foo","span":{"start":{"line":1,"column":5},"end":{"line":1,"column":8}},"nodeType":"DEFINITION","syntaxType":"METHOD"}]}]}
{"files":[{"path":"test/fixtures/ruby/corpus/method-declaration.A.rb","language":"Ruby","symbols":[{"symbol":"foo","kind":"Method","line":"def foo","span":{"start":{"line":1,"column":5},"end":{"line":1,"column":8}},"nodeType":"DEFINITION","syntaxType":"METHOD","lspSpan":{"start":{"column":4},"end":{"column":7}}}]}]}
7 changes: 4 additions & 3 deletions test/fixtures/cli/parse-tree.symbols.protobuf.bin
@@ -1,5 +1,6 @@

c
1test/fixtures/ruby/corpus/method-declaration.A.rbRuby(
m
1test/fixtures/ruby/corpus/method-declaration.A.rbRuby2
fooMethoddef foo"
08
08B


0 comments on commit 04f9c13

Please sign in to comment.