Skip to content

Commit 9c43cdd

Browse files
committed
Tests are now in bpython.tests
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent 99a889b commit 9c43cdd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

bpython/curtsiesfrontend/parse.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@ def fs_from_match(d):
6363
return fmtstr(d['string'], **atts)
6464

6565
def peel_off_string(s):
66-
r"""
67-
>>> r = peel_off_string('\x01RI\x03]\x04asdf')
68-
>>> r == ({'bg': 'I', 'string': ']', 'fg': 'R', 'colormarker': '\x01RI', 'bold': ''}, 'asdf')
69-
True
70-
"""
7166
p = r"""(?P<colormarker>\x01
7267
(?P<fg>[krgybmcwdKRGYBMCWD]?)
7368
(?P<bg>[krgybmcwdKRGYBMCWDI]?)?)

0 commit comments

Comments
 (0)