Skip to content
Snippets Groups Projects
Commit b141cacc authored by Muhamed's avatar Muhamed
Browse files

delim aa

parent c377e7f2
No related branches found
No related tags found
No related merge requests found
......@@ -127,6 +127,8 @@ class TestStingCalculator(unittest.TestCase):
self.assertEqual(self.calculator.add("//[***]\n1***2***3"),6)
def test_custom_del(self):
self.assertEqual(self.calculator.add("//[+++]\n1+++2+++3"),6)
def test_custom_del2(self):
self.assertEqual(self.calculator.add("//[aa]\n1aa2aa3"),6)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment