mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
Remove two false positives in Matterhorn tests
This commit is contained in:
@ -673,9 +673,8 @@ let matterhorn_28_004 _ _ pdf =
|
|||||||
end
|
end
|
||||||
| None -> merror ()
|
| None -> merror ()
|
||||||
end
|
end
|
||||||
| _ -> merror ()
|
| _ -> () (* Ok, since not part of structure tree. *)
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
| _ -> ())
|
| _ -> ())
|
||||||
pdf
|
pdf
|
||||||
@ -766,7 +765,7 @@ let matterhorn_28_011 _ _ pdf =
|
|||||||
end
|
end
|
||||||
| _ -> merror ()
|
| _ -> merror ()
|
||||||
end
|
end
|
||||||
| _ -> merror ()
|
| _ -> () (* Not part of structure tree. That's ok. *)
|
||||||
end
|
end
|
||||||
| _ -> ())
|
| _ -> ())
|
||||||
pdf
|
pdf
|
||||||
|
Reference in New Issue
Block a user