diff options
author | Andrew Pinkham <code@andrewsforge.com> | 2014-05-06 17:23:27 -0500 |
---|---|---|
committer | Andrew Pinkham <code@andrewsforge.com> | 2014-05-06 17:23:27 -0500 |
commit | 6a2d5f2126349eefac049953a410ffa8f3458c05 (patch) | |
tree | 09f7f0adfc378cb4f05db839540acf54d49d528e | |
parent | fc057fde962e241bad2b948f387f97afaf5b85d1 (diff) | |
download | pygments-6a2d5f2126349eefac049953a410ffa8f3458c05.tar.gz |
RTF Formatter: clarified error message.
-rw-r--r-- | tests/test_rtf_formatter.py | 4 |
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))) |