RED: test convert 50 to L
This commit is contained in:
parent
bef6a56d06
commit
44566369d0
1 changed files with 4 additions and 0 deletions
|
|
@ -45,4 +45,8 @@ void main() {
|
|||
test('converts 40 to XL', () {
|
||||
expect(roman_numerals.integerToRoman(40), 'XL');
|
||||
});
|
||||
|
||||
test('converts 50 to L', () {
|
||||
expect(roman_numerals.integerToRoman(50), 'L');
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue