diff --git a/lexer_test.go b/lexer_test.go index 45ec8f8..51e589a 100644 --- a/lexer_test.go +++ b/lexer_test.go @@ -223,7 +223,9 @@ func Test_ObsidianWikilinks_LinksEndOfInput(t *testing.T) { []wikilink.Lexeme{ {Typ: wikilink.LexText, Val: "this is a "}, }, - nil, + []wikilink.Lexeme{ + {Typ: wikilink.LexText, Val: ""}, + }, ) t.Run(mut.name, test) }