Skip to content

Commit

Permalink
Update DocumentGeneratorFocusTest.php
Browse files Browse the repository at this point in the history
Re-enable this assertion, now that we have merged #640.
  • Loading branch information
GreyWyvern committed Sep 26, 2023
1 parent 1677af7 commit 59c5a5a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tests/PHPUnit/Integration/DocumentGeneratorFocusTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,9 @@ public function testGetTextPull634WordIcinAcrobatPDFMaker17(): void
$outputText
);

// This encoded segment contains an escaped backslash right
// before an octal code: \\\000. Account for this in
// Font::decodeOctal()
// Disable this test until PR #640 is merged
// self::assertStringContainsString('Sayı: 2023-34', $outputText);
// This encoded segment contains an escaped backslash right before
// an octal code: \\\000. Account for this in Font::decodeOctal()
// See: https://github.com/smalot/pdfparser/pull/640
self::assertStringContainsString('Sayı: 2023-34', $outputText);
}
}

0 comments on commit 59c5a5a

Please sign in to comment.