diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/rst-reader.native | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/rst-reader.native b/tests/rst-reader.native index 43c12ad98..e9d2e947e 100644 --- a/tests/rst-reader.native +++ b/tests/rst-reader.native @@ -172,4 +172,5 @@ Pandoc (Meta [Str "Pandoc",Space,Str "Test",Space,Str "Suite",Str ":",Space,Str , Plain [Image [Str "image"] (Src "lalune.jpg" "")] , Para [Str "Here",Space,Str "is",Space,Str "a",Space,Str "movie",Space,Image [Str "movie"] (Ref [Str "movie"]),Space,Str "icon."] , Key [Str "movie"] (Src "movie.jpg" "") -, Blank ] +, Null +, Plain [] ] |