
27 Jan
2016
27 Jan
'16
12:08 a.m.
On 26 January 2016 at 13:41, Stephen Warren swarren@wwwdotorg.org wrote:
From: Stephen Warren swarren@nvidia.com
When converting test/py from " to ', I missed a few places (or added a few inconsistencies later). Fix these.
Note that only quotes in code are converted; double-quotes in comments and HTML are left as-is, since English and HTML use " not '.
Signed-off-by: Stephen Warren swarren@nvidia.com
test/py/multiplexed_log.py | 68 +++++++++++++++++++------------------- test/py/test.py | 8 ++--- test/py/tests/test_dfu.py | 2 +- test/py/tests/test_net.py | 4 +-- test/py/tests/test_shell_basics.py | 2 +- 5 files changed, 42 insertions(+), 42 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org