From 7993224926de46317f18ac59d5441bc96873b818 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Fri, 24 Jul 2015 00:47:00 -0400 Subject: [PATCH] Add a failing test for a missed component of #59 --- tests/tokenizer/integration.mwtest | 7 +++++++ 1 file changed, 7 insertions(+) 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]]"