From a820c1bd1c8b5de0c2b8f8e6bdac5a8fc6602247 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 23 Jun 2016 10:28:54 -0700 Subject: Textile reader: fixed attributes. Attributes can't be followed by a space. So, _(class)emph_ but _(noclass) emph_ Closes #2984. --- tests/textile-reader.textile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests/textile-reader.textile') diff --git a/tests/textile-reader.textile b/tests/textile-reader.textile index a9c80ccbd..6c6754997 100644 --- a/tests/textile-reader.textile +++ b/tests/textile-reader.textile @@ -213,7 +213,7 @@ h2>. Right h2<>{color:blue}[en]. Justified -as well as *(foo)inline attributes* of %{color:red} all kind% +as well as *(foo)inline attributes* of %{color:red}all kind% p{color:green}. and paragraph attributes, and table attributes. @@ -221,6 +221,10 @@ table{foo:bar}. | name | age | sex | | joan | 24 | f | +_(class#id) emph_ + +_(no class#id) emph_ + h1. Entities * -- cgit v1.2.3