From 271f421f481031d5a4a65b8be08d2e7abc8b5b4d Mon Sep 17 00:00:00 2001 From: Jesse Portnoy Date: Wed, 19 Jul 2023 18:29:40 +0100 Subject: [PATCH] . --- helpers_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)