We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8152f03 commit 2e6d6d2Copy full SHA for 2e6d6d2
2 files changed
tests/ps_tests/preamble.ps.test
@@ -0,0 +1,36 @@
1
+% Barcode Writer in Pure PostScript
2
+% https://bwipp.terryburton.co.uk
3
+%
4
+% vim: set sw=4 sts=4 et:
5
6
+% Copyright (c) 2004-2026 Terry Burton
7
8
+
9
10
11
+% Category exists
12
13
+{
14
+ /uk.co.terryburton.bwipp /Category findresource
15
+ type /dicttype eq
16
+} true isEqual
17
18
19
20
+% InstanceType is packedarraytype or arraytype
21
22
23
24
+ /InstanceType get
25
+ dup /packedarraytype eq exch /arraytype eq or
26
27
28
29
30
+% Can find resources in the category
31
32
33
+ /raiseerror /uk.co.terryburton.bwipp resourcestatus
34
+ exch pop exch pop % Discard size and status, keep bool
35
36
tests/ps_tests/test.ps
47 Bytes
0 commit comments