summaryrefslogtreecommitdiff
path: root/testdata/testinput20
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/testinput20')
-rw-r--r--testdata/testinput2032
1 files changed, 30 insertions, 2 deletions
diff --git a/testdata/testinput20 b/testdata/testinput20
index 9ec3174..c920e2a 100644
--- a/testdata/testinput20
+++ b/testdata/testinput20
@@ -1,5 +1,5 @@
-# This set of tests exercises the serialization/deserialization functions in
-# the library. It does not use UTF or JIT.
+# This set of tests exercises the serialization/deserialization and code copy
+# functions in the library. It does not use UTF or JIT.
#forbid_utf
@@ -59,5 +59,33 @@
#pop should give an error
pqr
+
+/abcd/pushcopy
+ abcd
+
+#pop
+ abcd
+
+#pop should give an error
+
+/abcd/push
+#popcopy
+ abcd
+
+#pop
+ abcd
+
+/abcd/push
+#save testsaved1
+#pop should give an error
+
+#load testsaved1
+#popcopy
+ abcd
+
+#pop
+ abcd
+
+#pop should give an error
# End of testinput20