fork of https://github.com/sourcegraph/zoekt
0

Configure Feed

Select the types of activity you want to include in your feed.

ctags: update expected output in TestJSON

New version of ctags has more output. Not caught because CI is currently
not running ctag tests.

+8 -1
+8 -1
ctags/json_test.go
··· 66 66 Name: "Back", 67 67 Path: "io/zoekt/Back.java", 68 68 Line: 4, 69 + Kind: "classes", 70 + Language: "Java", 71 + Pattern: "/^class Back implements Future extends Frob {$/", 72 + }, 73 + { 74 + Name: "Back", 75 + Path: "io/zoekt/Back.java", 76 + Line: 4, 69 77 Language: "Java", 70 78 Kind: "class", 71 79 }, 72 - 73 80 { 74 81 Name: "BLA", 75 82 Path: "io/zoekt/Back.java",