]> Nishi Git Mirror - gwion.git/commitdiff
:white_check_mark: Test undefined tuple subscript
authorfennecdjay <astor.jeremie@wanadoo.fr>
Sat, 24 Aug 2019 12:47:56 +0000 (14:47 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Sat, 24 Aug 2019 12:47:56 +0000 (14:47 +0200)
tests/tuple/tuple_undefined.gw [new file with mode: 0644]

diff --git a/tests/tuple/tuple_undefined.gw b/tests/tuple/tuple_undefined.gw
new file mode 100644 (file)
index 0000000..4beee88
--- /dev/null
@@ -0,0 +1,3 @@
+#! [contains] tuple subscripts is undefined
+<~string, _~>Tuple @t;
+t[1];