diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/textile-reader.native | 2 | ||||
-rw-r--r-- | tests/textile-reader.textile | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/tests/textile-reader.native b/tests/textile-reader.native index 79a5f52da..2e8a6d01c 100644 --- a/tests/textile-reader.native +++ b/tests/textile-reader.native @@ -146,6 +146,8 @@ Pandoc (Meta {unMeta = fromList []}) ,[[Plain [Str "joan"]] ,[Plain [Str "24"]] ,[Plain [Str "f"]]]] +,Para [Emph [Str "(class#id)",Space,Str "emph"]] +,Para [Emph [Str "(no",Space,Str "class#id)",Space,Str "emph"]] ,Header 1 ("entities",[],[]) [Str "Entities"] ,Para [Str "*",LineBreak,Str "&"] ,Header 1 ("raw-html",[],[]) [Str "Raw",Space,Str "HTML"] 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 * |