diff options
Diffstat (limited to 'markdown/lexer_test.go')
| -rw-r--r-- | markdown/lexer_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/lexer_test.go b/markdown/lexer_test.go index 5736b2a..57f8606 100644 --- a/markdown/lexer_test.go +++ b/markdown/lexer_test.go @@ -30,7 +30,7 @@ func TestLex(t *testing.T) { } lxs = lex(`> [!NOTE] title > hey`, opt) - if lxs.String() != `Lexers[quote(>) literal( ) callout([!) literal(NOTE) callout(]) literal( title) break({\n}) quote(>) literal( hey) ]` { + if lxs.String() != `Lexers[quote(>) callout([!) literal(NOTE) callout(]) literal( title) break({\n}) quote(>) literal( hey) ]` { t.Errorf("invalid lex, got %s", lxs) } } |
