mirror of
https://github.com/qpdf/qpdf.git
synced 2025-02-02 11:58:25 +00:00
restore missing coverage case
git-svn-id: svn+q:///qpdf/trunk@975 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
parent
909d1d5602
commit
64dc738859
@ -363,7 +363,7 @@ my @goodfiles = ("implicit null", # 1
|
||||
"direct null", # 2
|
||||
"unresolved null", # 3
|
||||
"indirect null", # 4
|
||||
"indirect bool", # 5
|
||||
"indirect bool, real", # 5
|
||||
"direct bool", # 6
|
||||
"integer", # 7
|
||||
"real, ASCIIHexDecode", # 8
|
||||
|
@ -1,5 +1,5 @@
|
||||
/QTest is direct
|
||||
/QTest is indirect
|
||||
/QTest is a real number with value 3.14159
|
||||
unparse: 3.14159
|
||||
unparse: 7 0 R
|
||||
unparseResolved: 3.14159
|
||||
test 1 done
|
||||
|
@ -60,8 +60,10 @@ endobj
|
||||
>>
|
||||
endobj
|
||||
|
||||
7 0 obj 3.14159 endobj
|
||||
|
||||
xref
|
||||
0 7
|
||||
0 8
|
||||
0000000000 65535 f
|
||||
0000000009 00000 n
|
||||
0000000063 00000 n
|
||||
@ -69,11 +71,12 @@ xref
|
||||
0000000307 00000 n
|
||||
0000000518 00000 n
|
||||
0000000553 00000 n
|
||||
0000000671 00000 n
|
||||
trailer <<
|
||||
/Size 7
|
||||
/Size 8
|
||||
/Root 1 0 R
|
||||
/QTest 3.14159
|
||||
/QTest 7 0 R
|
||||
>>
|
||||
startxref
|
||||
671
|
||||
695
|
||||
%%EOF
|
||||
|
Loading…
x
Reference in New Issue
Block a user