Added testing to for our new functionality (functionality not implemented yet)
This commit is contained in:
parent
8c622d20ff
commit
1e5fa13087
|
@ -272,7 +272,7 @@ TESTCASES = [
|
|||
""",
|
||||
"""
|
||||
> assert result == desired
|
||||
E AssertionError: assert 'spam bacon\\n eggs love' == 'spam bacon eggs love'
|
||||
E AssertionError: assert 'spam\\tbacon\\n\\teggs love' == 'spam bacon eggs love'
|
||||
E - spam bacon eggs love
|
||||
E + spam bacon
|
||||
E + eggs love
|
||||
|
|
Loading…
Reference in New Issue