aboutsummaryrefslogtreecommitdiff
path: root/test/textile-reader.native
diff options
context:
space:
mode:
Diffstat (limited to 'test/textile-reader.native')
-rw-r--r--test/textile-reader.native27
1 files changed, 15 insertions, 12 deletions
diff --git a/test/textile-reader.native b/test/textile-reader.native
index a9c78ec8f..184c1da90 100644
--- a/test/textile-reader.native
+++ b/test/textile-reader.native
@@ -1072,18 +1072,21 @@ Pandoc
( "" , [] , [ ( "style" , "color:red;" ) ] )
[ Str "all" , Space , Str "kind" ]
]
- , Para
- [ Str "and"
- , Space
- , Str "paragraph"
- , Space
- , Str "attributes,"
- , Space
- , Str "and"
- , Space
- , Str "table"
- , Space
- , Str "attributes."
+ , Div
+ ( "" , [] , [ ( "style" , "color:green;" ) ] )
+ [ Para
+ [ Str "and"
+ , Space
+ , Str "paragraph"
+ , Space
+ , Str "attributes,"
+ , Space
+ , Str "and"
+ , Space
+ , Str "table"
+ , Space
+ , Str "attributes."
+ ]
]
, Table
( "" , [] , [] )