##// END OF EJS Templates
run-tests: fix invalid reference to stringescape after a36cc85a5b7b
Mads Kiilerich -
r21538:05925bb5 default
parent child Browse files
Show More
@@ -882,7 +882,7 b' class TTest(Test):'
882 postout.append(' ' + el)
882 postout.append(' ' + el)
883 else:
883 else:
884 if self.NEEDESCAPE(lout):
884 if self.NEEDESCAPE(lout):
885 lout = TTest.stringescape('%s (esc)\n' %
885 lout = TTest._stringescape('%s (esc)\n' %
886 lout.rstrip('\n'))
886 lout.rstrip('\n'))
887 postout.append(' ' + lout) # Let diff deal with it.
887 postout.append(' ' + lout) # Let diff deal with it.
888 if r != '': # If line failed.
888 if r != '': # If line failed.
General Comments 0
You need to be logged in to leave comments. Login now