- Apr 07, 2025
-
-
Azoth275 authored
-
- Apr 06, 2025
-
-
Azoth275 authored
-
Azoth275 authored
-
Azoth275 authored
-
Azoth275 authored
-
Azoth275 authored
-
Azoth275 authored
-
Azoth275 authored
-
Azoth275 authored
-
Azoth275 authored
-
Azoth275 authored
-
Azoth275 authored
-
Azoth275 authored
-
Azoth275 authored
-
Azoth275 authored
-
Azoth275 authored
-
Azoth275 authored
-
Azoth275 authored
-
- Apr 01, 2025
- Mar 30, 2025
-
-
Azoth275 authored
-
- Mar 26, 2025
-
-
Azoth275 authored
-
Azoth275 authored
-
Azoth275 authored
-
Azoth275 authored
-
Azoth275 authored
- add() now supports custom delimiters of any length using //[<delimiter>]\n - developed using TDD, all tests pass
-
Azoth275 authored
support custom delimiters of any length using //[<delimiter>]\n format
-
Azoth275 authored
Add: ignore numbers greater than 1000 in add()
-
Azoth275 authored
numbers > 1000 are now excluded from the sum added tests to cover various scenarios with large values
-
Azoth275 authored
add new test cases for custom delimiters
-
Azoth275 authored
Add Negativ-Prüfung
-
Azoth275 authored
Tests -> Fail
-
Azoth275 authored
- Added support for \n as a valid delimiter in add() - Adjusted parsing to replace newlines with commas before splitting - Added unit tests for newline-based input
-
Azoth275 authored
Test -> Fail
-
Azoth275 authored
Zeilenumbrüche als Trennzeichen erlauben
-
Azoth275 authored
-
Azoth275 authored
Implementierung angepasst add() erlaubt jetzt beliebig viele Zahlen Leere/Whitespace-Einträge werden ignoriert
-
Azoth275 authored
Neue Testfälle implementiert Veralteten Test (raises_error) entfernt Für Mehrfachzahlen: "1,2,3" Für Leerzeichen und leere Einträge: "1,,2" → 3
-
Azoth275 authored
Testfälle für feature extend-add-method erweitert.
-