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