summaryrefslogtreecommitdiff
path: root/tests/general/table.std
diff options
context:
space:
mode:
Diffstat (limited to 'tests/general/table.std')
-rw-r--r--tests/general/table.std18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/general/table.std b/tests/general/table.std
new file mode 100644
index 0000000..a409ba1
--- /dev/null
+++ b/tests/general/table.std
@@ -0,0 +1,18 @@
+ initial : 0 :
+ >>
+ >> 3 3
+ +2+4+a : 3 : [2]3 [4]7 ["a"]"A"
+ !x=88 : 3 : [2]88 [4]88 ["a"]88
+ [all]=99 : 3 : [2]99 [4]99 ["a"]99
+ x[k]=k : 3 : [2]2 [4]4 ["a"]"a"
+ insert : 6 : [&null]"null" [1]&null [3]&null [5]55 [6]66 [7]77
+ delete : 2 : [5]55 [6]66
+0
+ t0 : 0 :
+ t0i : 6 : [&null]"null" [1]&null [3]&null [5]55 [6]66 [7]77
+ t0d : 2 : [5]55 [6]66
+
+k 3
+v 7
+ 30s : 5 : [0]30 [1]31 [2]32 [3]33 [4]34
+ 50s : 5 : [0]50 [1]51 [2]52 [3]53 [4]54