Skip to content

Commit

Permalink
Add regression test
Browse files Browse the repository at this point in the history
Refs   #825.
  • Loading branch information
evhub committed Jan 23, 2024
1 parent e57c05c commit 4be1bb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions coconut/tests/src/cocotest/agnostic/primary_2.coco
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ def primary_test_2() -> bool:
assert (,) ↤* (1, 2, 3) == (1, 2, 3)
assert (,) ↤? None is None
assert (,) ↤*? None is None # type: ignore
assert '''\u2029'''!='''\n'''

with process_map.multiple_sequential_calls(): # type: ignore
assert map((+), range(3), range(4)$[:-1], strict=True) |> list == [0, 2, 4] == process_map((+), range(3), range(4)$[:-1], strict=True) |> list # type: ignore
Expand Down

0 comments on commit 4be1bb5

Please sign in to comment.