From 539681fffd96082ca3b5d18643d4f08f65c47170 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 5 Jul 2014 06:14:29 +0100 Subject: tests: Rename test scripts, changing - to _ for consistency. From now on, all new tests must use underscore. Addresses issue #727. --- tests/basics/string-repr.py | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 tests/basics/string-repr.py (limited to 'tests/basics/string-repr.py') diff --git a/tests/basics/string-repr.py b/tests/basics/string-repr.py deleted file mode 100644 index 2a3ef2527..000000000 --- a/tests/basics/string-repr.py +++ /dev/null @@ -1,4 +0,0 @@ -# anything above 0xa0 is printed as Unicode by CPython -# the abobe is CPython implementation detail, stick to ASCII -for c in range(0x80): - print("0x%02x: %s" % (c, repr(chr(c)))) -- cgit v1.2.3