Mercurial > public > mercurial-scm > hg-stable
diff tests/test-ui-color.py @ 17956:a08775ec89f2
i18n: wrap false positives for translation detection
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Sun, 25 Nov 2012 13:53:47 -0600 |
parents | afccc64eea73 |
children | ff1586a3adc5 |
line wrap: on
line diff
--- a/tests/test-ui-color.py Tue Nov 20 14:21:56 2012 -0800 +++ b/tests/test-ui-color.py Sun Nov 25 13:53:47 2012 -0600 @@ -5,8 +5,8 @@ # ensure errors aren't buffered testui = color.colorui() testui.pushbuffer() -testui.write('buffered\n') -testui.warn('warning\n') +testui.write(('buffered\n')) +testui.warn(('warning\n')) testui.write_err('error\n') print repr(testui.popbuffer())