diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-03-17 20:23:47 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-03-17 20:23:47 +0000 |
commit | 571c3b41737f3a331706833adeb8241d93cef10c (patch) | |
tree | 58d6690630f686c7ae7b042175561045e7aced7e /tests | |
parent | 9b3d5d88c2cb4b9779ada57abf2d28b71aad4bea (diff) | |
download | pandoc-571c3b41737f3a331706833adeb8241d93cef10c.tar.gz |
Removed Blank block element as unnecessary.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@578 788f1e2b-df1e-0410-8736-df70ead52e1b
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 [] ] |