Skip to content

Commit 9b1fd50

Browse files
I know it's encoding test, it's in the encoding file
1 parent c950949 commit 9b1fd50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/encoding.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*global lifecycle: true*/
22

3-
QUnit.module('cookie-value encoding', lifecycle);
3+
QUnit.module('cookie-value', lifecycle);
44

55
QUnit.test('cookie-value with double quotes', function (assert) {
66
assert.expect(1);
@@ -216,7 +216,7 @@ QUnit.test('cookie-value - 4 bytes character (𩸽)', function (assert) {
216216
assert.strictEqual(document.cookie, 'c=%F0%A9%B8%BD', 'should encode the 𩸽 character');
217217
});
218218

219-
QUnit.module('cookie-name encoding', lifecycle);
219+
QUnit.module('cookie-name', lifecycle);
220220

221221
QUnit.test('RFC 6265 - character not allowed in the cookie-name "("', function (assert) {
222222
assert.expect(2);

0 commit comments

Comments
 (0)