This commit is contained in:
Jesse Portnoy
2023-07-18 04:37:42 +01:00
parent 01852470c7
commit 78b6c61665
2 changed files with 23 additions and 25 deletions
+4 -6
View File
@@ -1,12 +1,10 @@
package highlight
import (
"bytes"
"io/ioutil"
"testing"
)
"bytes"
"io/ioutil"
"testing"
)
func getDefs(t *testing.T, filename string, data []byte, highlight_lexer string) *Def {
var def *Def