]> Nishi Git Mirror - gwion.git/commitdiff
:white_check_mark: Test unused tuple
authorfennecdjay <astor.jeremie@wanadoo.fr>
Wed, 9 Oct 2019 22:17:20 +0000 (00:17 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Wed, 9 Oct 2019 22:17:20 +0000 (00:17 +0200)
tests/error/unused_unpack.gw [new file with mode: 0644]
tests/tree/pop_next.gw [new file with mode: 0644]

diff --git a/tests/error/unused_unpack.gw b/tests/error/unused_unpack.gw
new file mode 100644 (file)
index 0000000..5f161d8
--- /dev/null
@@ -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 (file)
index 0000000..e254c15
--- /dev/null
@@ -0,0 +1 @@
+<<< (1,2) + 1 >>>;