Skip to content

Commit

Permalink
Update symbol_formatter_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
efritz authored Jul 12, 2023
1 parent c6c2c65 commit 7dbb093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/go/scip/symbol_formatter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func TestSymbolFormatterRoundTrip(t *testing.T) {
tests := []test{
{"lsif-java maven package 1.0.0 java/io/File#Entry.method(+1).(param)[TypeParam]"},
{"rust-analyzer cargo std 1.0.0 macros/println!"},
{"mod first escape second escape third escape `github.com/foo/``bar/n2/n3/n4`/T#f()."},
{"zeroth escape first escape second escape third escape `github.com/foo/``bar/n2/n3/n4`/T#f()."},
}
for _, test := range tests {
t.Run(test.Symbol, func(t *testing.T) {
Expand Down

0 comments on commit 7dbb093

Please sign in to comment.