diff options
Diffstat (limited to 'tests/011')
-rw-r--r-- | tests/011/patmatch.tl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/011/patmatch.tl b/tests/011/patmatch.tl index eba15b2e..61b28c58 100644 --- a/tests/011/patmatch.tl +++ b/tests/011/patmatch.tl @@ -80,3 +80,5 @@ ((4 @x) x) ((@x 5) x))) (3 5 3 2021 (vec tor))) + +(test (when-match (@(and @a @b) (x . @c)) '(1 (x 2 3 4)) c) (2 3 4)) |