changeset 10289:987df17f85bb

test-minirst: hide trailing whitespace from check-code
author Matt Mackall <mpm@selenic.com>
date Thu, 28 Jan 2010 22:44:36 -0600
parents e0121ad90b57
children 7cc60de189d7
files tests/test-minirst.py
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-minirst.py	Thu Jan 28 22:44:25 2010 -0600
+++ b/tests/test-minirst.py	Thu Jan 28 22:44:36 2010 -0600
@@ -15,10 +15,7 @@
   A small indented paragraph.
   It is followed by some lines
   containing random whitespace.
- 
-  
-   
-The third and final paragraph.
+ \n  \n   \nThe third and final paragraph.
 """
 
 debugformat('paragraphs', paragraphs, 60)