Skip to content

Commit

Permalink
procs and for left
Browse files Browse the repository at this point in the history
  • Loading branch information
metagn committed Apr 11, 2023
1 parent 3c2f99e commit da4ba5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_try.nim
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ test "match with :=? works":

var x: string
match range[1..5](4):
of 1, 2, 3: x = "below or equal to three"
of 1, in (2..3): x = "below or equal to three"
of 4, 5: x = "above three"

check x == "above three"

0 comments on commit da4ba5a

Please sign in to comment.