RED: test convert 4 to IV
This commit is contained in:
parent
1cfd2199ee
commit
87b7e79462
1 changed files with 4 additions and 0 deletions
|
|
@ -17,4 +17,8 @@ void main() {
|
|||
test('converts 5 to V', () {
|
||||
expect(roman_numerals.integerToRoman(5), 'V');
|
||||
});
|
||||
|
||||
test('converts 4 to IV', () {
|
||||
expect(roman_numerals.integerToRoman(4), 'IV');
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue