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