From 311b7002c4ee5d070989dda1c493358b55dccd66 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Thu, 10 Oct 2019 00:17:20 +0200 Subject: [PATCH] :white_check_mark: Test unused tuple --- tests/error/unused_unpack.gw | 2 ++ tests/tree/pop_next.gw | 1 + 2 files changed, 3 insertions(+) create mode 100644 tests/error/unused_unpack.gw create mode 100644 tests/tree/pop_next.gw diff --git a/tests/error/unused_unpack.gw b/tests/error/unused_unpack.gw new file mode 100644 index 00000000..5f161d80 --- /dev/null +++ b/tests/error/unused_unpack.gw @@ -0,0 +1,2 @@ +#! [contains] unused Tuple unpack +>(a,b); diff --git a/tests/tree/pop_next.gw b/tests/tree/pop_next.gw new file mode 100644 index 00000000..e254c15c --- /dev/null +++ b/tests/tree/pop_next.gw @@ -0,0 +1 @@ +<<< (1,2) + 1 >>>; -- 2.43.0