RED: test convert 7 to VII
This commit is contained in:
parent
445ba862ee
commit
44845ed71b
1 changed files with 4 additions and 0 deletions
|
|
@ -25,4 +25,8 @@ void main() {
|
|||
test('converts 6 to VI', () {
|
||||
expect(roman_numerals.integerToRoman(6), 'VI');
|
||||
});
|
||||
|
||||
test('converts 7 to VII', () {
|
||||
expect(roman_numerals.integerToRoman(7), 'VII');
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue