aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qtest/parse-content
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2013-01-23 15:38:05 +0100
committerJay Berkenbilt <ejb@ql.org>2013-01-23 15:38:05 +0100
commitbfda71774907263f5263a3ae2e8c8fa40fbc2cca (patch)
tree0861f846c89f67fc18b11793fdb662313c5dfd9e /examples/qtest/parse-content
parent913eb5ac35011b3d28c653b6f89d936c8f99c844 (diff)
downloadqpdf-bfda71774907263f5263a3ae2e8c8fa40fbc2cca.tar.zst
Cosmetic changes to be closer to Adobe terminology
Change object type Keyword to Operator, and place the order of the object types in object_type_e in the same order as they are mentioned in the PDF specification. Note that this change only breaks backward compatibility with code that has not yet been released.
Diffstat (limited to 'examples/qtest/parse-content')
-rw-r--r--examples/qtest/parse-content/content.out10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/qtest/parse-content/content.out b/examples/qtest/parse-content/content.out
index dc6bd8d1..b0c041e5 100644
--- a/examples/qtest/parse-content/content.out
+++ b/examples/qtest/parse-content/content.out
@@ -1,11 +1,11 @@
-keyword: BT
+operator: BT
name: /F1
integer: 24
-keyword: Tf
+operator: Tf
integer: 72
integer: 720
-keyword: Td
+operator: Td
string: (Potato)
-keyword: Tj
-keyword: ET
+operator: Tj
+operator: ET
-EOF-