diff options
Diffstat (limited to 'markdown/ast_modifier_test.go')
| -rw-r--r-- | markdown/ast_modifier_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/ast_modifier_test.go b/markdown/ast_modifier_test.go index 8ccc860..3689657 100644 --- a/markdown/ast_modifier_test.go +++ b/markdown/ast_modifier_test.go @@ -6,7 +6,7 @@ func TestModifier(t *testing.T) { content := ` **bo*n*soir**, ça ***va* bien** ? ` - lxs := lex(content) + lxs := lex(content, new(Option)) tree, err := ast(lxs) if err != nil { t.Fatal(err) |
