summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndrew Pinkham <code@andrewsforge.com>2014-05-06 17:23:27 -0500
committerAndrew Pinkham <code@andrewsforge.com>2014-05-06 17:23:27 -0500
commit6a2d5f2126349eefac049953a410ffa8f3458c05 (patch)
tree09f7f0adfc378cb4f05db839540acf54d49d528e /tests
parentfc057fde962e241bad2b948f387f97afaf5b85d1 (diff)
downloadpygments-6a2d5f2126349eefac049953a410ffa8f3458c05.tar.gz
RTF Formatter: clarified error message.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_rtf_formatter.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_rtf_formatter.py b/tests/test_rtf_formatter.py
index 0ac53bfa..30b136fd 100644
--- a/tests/test_rtf_formatter.py
+++ b/tests/test_rtf_formatter.py
@@ -28,8 +28,8 @@ class RtfFormatterTest(StringTests, unittest.TestCase):
if string is None:
string = (u"The expected output of '{t}'\n"
- u"\t\tShould end with '{expected}'\n"
- u"\t\tActually ended with '{result}'\n"
+ u"\t\tShould be '{expected}'\n"
+ u"\t\tActually outputs '{result}'\n"
u"\t(WARNING: Partial Output of Result!)")
end = -(len(self._escape(self.foot)))