mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-21 23:58:07 +02:00
Run gulp lint --fix
, to account for changes in Prettier version 2.1.x
This commit is contained in:
parent
60c9556b66
commit
6c8f1f7d6f
4 changed files with 43 additions and 43 deletions
|
@ -224,7 +224,7 @@ describe("display_utils", function () {
|
|||
undefined: null,
|
||||
null: null,
|
||||
42: null,
|
||||
"2019": null,
|
||||
2019: null,
|
||||
D2019: null,
|
||||
"D:": null,
|
||||
"D:201": null,
|
||||
|
|
|
@ -21,8 +21,8 @@ describe("pdf_find_utils", function () {
|
|||
const characters = {
|
||||
A: CharacterType.ALPHA_LETTER,
|
||||
a: CharacterType.ALPHA_LETTER,
|
||||
"0": CharacterType.ALPHA_LETTER,
|
||||
"5": CharacterType.ALPHA_LETTER,
|
||||
0: CharacterType.ALPHA_LETTER,
|
||||
5: CharacterType.ALPHA_LETTER,
|
||||
"\xC4": CharacterType.ALPHA_LETTER, // "Ä"
|
||||
"\xE4": CharacterType.ALPHA_LETTER, // "ä"
|
||||
_: CharacterType.ALPHA_LETTER,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue