Skip to content

Commit

Permalink
Sync roman-numerals tests (#295)
Browse files Browse the repository at this point in the history
[no important files changed]
  • Loading branch information
BNAndras authored May 14, 2024
1 parent 9692d7a commit 2541238
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 2541238

Please sign in to comment.