aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/asciidoc-reader.native46
1 files changed, 29 insertions, 17 deletions
diff --git a/test/asciidoc-reader.native b/test/asciidoc-reader.native
index 6349c697b..106407f84 100644
--- a/test/asciidoc-reader.native
+++ b/test/asciidoc-reader.native
@@ -1223,23 +1223,35 @@ Pandoc
, Str "Grail"
]
]
- , BlockQuote
- [ Para
- [ Str "Roads?"
- , Space
- , Str "Where"
- , Space
- , Str "we\8217re"
- , Space
- , Str "going,"
- , Space
- , Str "we"
- , Space
- , Str "don\8217t"
- , Space
- , Str "need"
- , Space
- , Str "roads."
+ , Div
+ ( "roads" , [ "movie" ] , [ ( "wrapper" , "1" ) ] )
+ [ BlockQuote
+ [ Para
+ [ Str "Roads?"
+ , Space
+ , Str "Where"
+ , Space
+ , Str "we\8217re"
+ , Space
+ , Str "going,"
+ , Space
+ , Str "we"
+ , Space
+ , Str "don\8217t"
+ , Space
+ , Str "need"
+ , Space
+ , Str "roads."
+ ]
+ , Para
+ [ Str "\8212"
+ , Space
+ , Str "Dr."
+ , Space
+ , Str "Emmett"
+ , Space
+ , Str "Brown"
+ ]
]
]
, Header 2 ( "_pass" , [] , [] ) [ Str "Pass" ]