Show More
@@ -882,8 +882,8 b' class TTest(Test):' | |||
|
882 | 882 | postout.append(' ' + el) |
|
883 | 883 | else: |
|
884 | 884 | if self.NEEDESCAPE(lout): |
|
885 | lout = TTest.stringescape('%s (esc)\n' % | |
|
886 | lout.rstrip('\n')) | |
|
885 | lout = TTest._stringescape('%s (esc)\n' % | |
|
886 | lout.rstrip('\n')) | |
|
887 | 887 | postout.append(' ' + lout) # Let diff deal with it. |
|
888 | 888 | if r != '': # If line failed. |
|
889 | 889 | warnonly = 3 # for sure not |
General Comments 0
You need to be logged in to leave comments.
Login now