mirror of
https://github.com/qpdf/qpdf.git
synced 2025-02-02 20:08:24 +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
|
"direct null", # 2
|
||||||
"unresolved null", # 3
|
"unresolved null", # 3
|
||||||
"indirect null", # 4
|
"indirect null", # 4
|
||||||
"indirect bool", # 5
|
"indirect bool, real", # 5
|
||||||
"direct bool", # 6
|
"direct bool", # 6
|
||||||
"integer", # 7
|
"integer", # 7
|
||||||
"real, ASCIIHexDecode", # 8
|
"real, ASCIIHexDecode", # 8
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/QTest is direct
|
/QTest is indirect
|
||||||
/QTest is a real number with value 3.14159
|
/QTest is a real number with value 3.14159
|
||||||
unparse: 3.14159
|
unparse: 7 0 R
|
||||||
unparseResolved: 3.14159
|
unparseResolved: 3.14159
|
||||||
test 1 done
|
test 1 done
|
||||||
|
@ -60,8 +60,10 @@ endobj
|
|||||||
>>
|
>>
|
||||||
endobj
|
endobj
|
||||||
|
|
||||||
|
7 0 obj 3.14159 endobj
|
||||||
|
|
||||||
xref
|
xref
|
||||||
0 7
|
0 8
|
||||||
0000000000 65535 f
|
0000000000 65535 f
|
||||||
0000000009 00000 n
|
0000000009 00000 n
|
||||||
0000000063 00000 n
|
0000000063 00000 n
|
||||||
@ -69,11 +71,12 @@ xref
|
|||||||
0000000307 00000 n
|
0000000307 00000 n
|
||||||
0000000518 00000 n
|
0000000518 00000 n
|
||||||
0000000553 00000 n
|
0000000553 00000 n
|
||||||
|
0000000671 00000 n
|
||||||
trailer <<
|
trailer <<
|
||||||
/Size 7
|
/Size 8
|
||||||
/Root 1 0 R
|
/Root 1 0 R
|
||||||
/QTest 3.14159
|
/QTest 7 0 R
|
||||||
>>
|
>>
|
||||||
startxref
|
startxref
|
||||||
671
|
695
|
||||||
%%EOF
|
%%EOF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user