From a96fee0591de5f3b628503591d1cad9d23d26140 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Sun, 12 Jun 2016 21:12:10 -0400 Subject: Attribute lists are not permitted to contain newlines. Fixes #482. --- tests/extensions/attr_list.html | 4 +++- tests/extensions/attr_list.txt | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/extensions/attr_list.html b/tests/extensions/attr_list.html index 2a36dbc..93a862f 100644 --- a/tests/extensions/attr_list.html +++ b/tests/extensions/attr_list.html @@ -63,4 +63,6 @@ And a nested Value without key

No key or value

Weirdness

-

More weirdness

\ No newline at end of file +

More weirdness

+

Attr_lists do not contain newlines{ foo=bar +key=value }

\ No newline at end of file diff --git a/tests/extensions/attr_list.txt b/tests/extensions/attr_list.txt index c2adbf4..603b611 100644 --- a/tests/extensions/attr_list.txt +++ b/tests/extensions/attr_list.txt @@ -88,3 +88,5 @@ No *key or value*{ = } *More weirdness*{ === } +Attr_lists do not contain *newlines*{ foo=bar +key=value } -- cgit v1.2.3