diff --git a/helpers_test.go b/helpers_test.go index b58e3b4..257e4f0 100644 --- a/helpers_test.go +++ b/helpers_test.go @@ -9,7 +9,7 @@ import ( func getDefs(t *testing.T, filename string, data []byte, highlight_lexer string) *Def { var def *Def - syn_dir := "./syntax_files" + syn_dir := "./syntax_files" var defs []*Def lerr, warnings := ParseSyntaxFiles(syn_dir, &defs)