Amaan Qureshi
1 rok temu
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: E67890ADC4227273
2 zmienionych plików z
1 dodań i
1 usunięć
-
bindings/go/binding_test.go
-
go.mod
|
|
|
@ -4,7 +4,7 @@ import ( |
|
|
|
"testing" |
|
|
|
|
|
|
|
tree_sitter "github.com/smacker/go-tree-sitter" |
|
|
|
"github.com/tree-sitter/tree-sitter-c" |
|
|
|
tree_sitter_c "github.com/tree-sitter/tree-sitter-c/bindings/go" |
|
|
|
) |
|
|
|
|
|
|
|
func TestCanLoadGrammar(t *testing.T) { |
|
|
|
|