diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-12-14 18:05:35 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-12-14 18:05:35 +0100 |
| commit | a65b9cb6b2c7dc7b48b8076d5e463776f1de0cf1 (patch) | |
| tree | 021a5d38fe1a6c9bd876114fd3b3f4a296737fbd /markdown/ast_quote_test.go | |
| parent | 8edad5f9aee4625384485ad07180da751858839c (diff) | |
feat(markdown): custom replacer
Diffstat (limited to 'markdown/ast_quote_test.go')
| -rw-r--r-- | markdown/ast_quote_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/ast_quote_test.go b/markdown/ast_quote_test.go index 3346174..50ff23a 100644 --- a/markdown/ast_quote_test.go +++ b/markdown/ast_quote_test.go @@ -7,7 +7,7 @@ func TestQuote(t *testing.T) { > Bonsoir, je suis un **code** avec une source ` - lxs := lex(content) + lxs := lex(content, new(Option)) tree, err := ast(lxs) if err != nil { t.Fatal(err) |
