Skip to content

Commit

Permalink
Sync roman-numerals tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras committed May 12, 2024
1 parent 9692d7a commit 6a6535b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions exercises/practice/roman-numerals/roman_numerals.vader
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,8 @@ Execute (3000 is MMM):
Execute (3001 is MMMI):
AssertEqual 'MMMI', ToRoman(3001)

Execute (3888 is MMMDCCCLXXXVIII):
AssertEqual 'MMMDCCCLXXXVIII', ToRoman(3888)

Execute (3999 is MMMCMXCIX):
AssertEqual 'MMMCMXCIX', ToRoman(3999)

0 comments on commit 6a6535b

Please sign in to comment.