We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185c545 commit 71c5efdCopy full SHA for 71c5efd
test/asserts/file.js
@@ -709,7 +709,7 @@ QUnit.module("file", function () {
709
assert.equal(content, "Bonjour tout le monde!\n", "Exact match found");
710
start();
711
})['catch'](JSZipTestUtils.assertNoError);
712
- assert.equal(zip.file("Readme.Deutch"), null, "Match exactly nothing");
+ assert.equal(zip.file("Readme.Deutsch"), null, "Match exactly nothing");
713
assert.equal(zip.file(/Readme\../).length, 2, "Match regex free text");
714
assert.equal(zip.file(/pirate/i).length, 1, "Match regex 1 result");
715
});
0 commit comments