Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c8367c5

Browse files
committed
fix: remove double quotes from input
1 parent ce7d1b2 commit c8367c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/parser_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class TestStringMethods(unittest.TestCase):
3333
'exception': False
3434
},
3535
{
36-
'input': '"[:digit:]"',
36+
'input': '[:digit:]',
3737
'output': ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'],
3838
'exception': False
3939
},

0 commit comments

Comments
 (0)