Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Commit e6c7a7d

Browse files
committed
Step 6 - Red
1 parent f837d1d commit e6c7a7d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Test-C-String-Calculator-Kata/Test-C-String-Calculator-Kata.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,11 @@ namespace TestCStringCalculatorKata
5050
Assert::AreEqual("negatives not allowed: -1", ex.what());
5151
}
5252
}
53+
54+
TEST_METHOD(TestMethodIgnoreBigNumbers)
55+
{
56+
Assert::AreEqual(2, add("2,1001"));
57+
Assert::AreEqual(8, add("1234,8,2004,3461"));
58+
}
5359
};
5460
}

0 commit comments

Comments
 (0)