Consistency between --*-test switches/output

This commit is contained in:
Bernardo Damele
2010-11-08 16:46:25 +00:00
parent dac7436edf
commit 45ec8c169a
7 changed files with 38 additions and 15 deletions

View File

@@ -73,6 +73,7 @@ def errorUse(expression, returnPayload=False):
if match:
output = match.group('result')
if output:
output = output.replace(ERROR_SPACE, " ").replace(ERROR_EMPTY_CHAR, "")