mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Merge pull request #10657 from ThomasdenH/patch-2
Update test case description
This commit is contained in:
commit
844aecf9e3
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ describe('evaluator', function() {
|
|||
done();
|
||||
});
|
||||
});
|
||||
it('should skip paintXObject if name is missing', function(done) {
|
||||
it('should error on paintXObject if name is missing', function(done) {
|
||||
var stream = new StringStream('/ Do');
|
||||
runOperatorListCheck(partialEvaluator, stream, new ResourcesMock(),
|
||||
function(result) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue