RED: test convert 9 to IX
This commit is contained in:
parent
f6d75f15e1
commit
0a87dc96cb
1 changed files with 4 additions and 0 deletions
|
|
@ -33,4 +33,8 @@ void main() {
|
|||
test('converts 8 to VIII', () {
|
||||
expect(roman_numerals.integerToRoman(8), 'VIII');
|
||||
});
|
||||
|
||||
test('converts 9 to IX', () {
|
||||
expect(roman_numerals.integerToRoman(9), 'IX');
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue