mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-09-21 04:17:57 +08:00
move the usages of cos object key to indirect reference
This commit is contained in:
@@ -87,7 +87,7 @@ startxref
|
||||
|
||||
foreach (var keyValuePair in locations)
|
||||
{
|
||||
Assert.Contains(newLocations.Keys, x => ReferenceEquals(x, keyValuePair.Key));
|
||||
Assert.Contains(newLocations.Keys, x => x.Equals(keyValuePair.Key));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user