summaryrefslogtreecommitdiffstats
path: root/libtests/qtest
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-09-08 22:38:36 +0200
committerJay Berkenbilt <ejb@ql.org>2022-09-08 23:35:27 +0200
commitb0f054e600bd07f540ac0a081dd8b5a8cc561617 (patch)
tree5e539e77e5b2fc3f54e1380eb2b9877662bc43ef /libtests/qtest
parent5911a348a5ae9065610be5fe5f251cab399a52b8 (diff)
downloadqpdf-b0f054e600bd07f540ac0a081dd8b5a8cc561617.tar.zst
Add ability to initialize Pl_Function with a C-style function
Diffstat (limited to 'libtests/qtest')
-rw-r--r--libtests/qtest/pl_function/exp9
1 files changed, 9 insertions, 0 deletions
diff --git a/libtests/qtest/pl_function/exp b/libtests/qtest/pl_function/exp
index fd2ea1bc..930240d9 100644
--- a/libtests/qtest/pl_function/exp
+++ b/libtests/qtest/pl_function/exp
@@ -1,2 +1,11 @@
p1: 6: potato
p2: 5: salad
+got one(3)
+got two(3)
+got three(5)
+three threw c-function function returned code 1
+got four(4)
+signed got potato(6)
+signed got salad(5)
+salad threw c-function function returned code 2
+signed got quack(5)