diff --git a/tests/tokenizer/integration.mwtest b/tests/tokenizer/integration.mwtest index 27a7d39..4d6b940 100644 --- a/tests/tokenizer/integration.mwtest +++ b/tests/tokenizer/integration.mwtest @@ -244,6 +244,13 @@ output: [Text(text="{{foobar\n\nfoobar\n}}" +output: [TemplateOpen(), CommentStart(), Text(text=" comment "), CommentEnd(), Text(text="\nfoobar\n"), CommentStart(), Text(text=" comment "), CommentEnd(), TemplateClose()] + +--- + name: tag_in_link_title label: HTML tags are invalid in link titles, even when complete input: "[[foobarbaz]]"