diff options
Diffstat (limited to 'test/rtf/unicode.native')
-rw-r--r-- | test/rtf/unicode.native | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/rtf/unicode.native b/test/rtf/unicode.native index fc104491d..4e2340b84 100644 --- a/test/rtf/unicode.native +++ b/test/rtf/unicode.native @@ -1,2 +1,3 @@ -Pandoc (Meta {unMeta = fromList []}) -[Para [Str "\8220hi\8221\8216hi\8217\61623\945\228"]] +Pandoc + ( Meta { unMeta = fromList [] } ) + [ Para [ Str "\8220hi\8221\8216hi\8217\61623\945\228" ] ] |