aboutsummaryrefslogtreecommitdiff
path: root/test/Tests
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-08-10 11:11:33 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-08-10 11:11:33 -0700
commit7ca4233793f3ba42b2c79c3526a4ab2664fea2e2 (patch)
tree010bedc292bfaa58a5c0c04f8ad5c99420b3ce03 /test/Tests
parent3d7120083a8721e3729d44cd8d46275093437ed3 (diff)
downloadpandoc-7ca4233793f3ba42b2c79c3526a4ab2664fea2e2.tar.gz
Add test for #7488.
Diffstat (limited to 'test/Tests')
-rw-r--r--test/Tests/Readers/RTF.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Tests/Readers/RTF.hs b/test/Tests/Readers/RTF.hs
index 2a741bba8..da0ddfc93 100644
--- a/test/Tests/Readers/RTF.hs
+++ b/test/Tests/Readers/RTF.hs
@@ -44,5 +44,6 @@ tests = map rtfTest [ "footnote"
, "list_complex"
, "bookmark"
, "table_simple"
+ , "table_error_codes"
]