Input:
String: '\t@ bananas watermelons apples watermelons lemons\nlemons apples ?\nlemons .\ncherries cherries ?\nlemons strawberries cherries'
Markers: ['!', '=', '@', ',', '?', '^', "'"]
Issue:
'\t\nlemons apples\nlemons .\ncherries cherries\nlemons strawberries cherries'
should equal
'\nlemons apples\nlemons .\ncherries cherries\nlemons strawberries cherries'
I think here we have a little Issue
I think in the same way
Loading collection data...
Input:
String: '\t@ bananas watermelons apples watermelons lemons\nlemons apples ?\nlemons .\ncherries cherries ?\nlemons strawberries cherries'
Markers: ['!', '=', '@', ',', '?', '^', "'"]
Issue:
'\t\nlemons apples\nlemons .\ncherries cherries\nlemons strawberries cherries'
should equal
'\nlemons apples\nlemons .\ncherries cherries\nlemons strawberries cherries'
I think here we have a little Issue
I think in the same way