1 parent 432b398 commit c76131cCopy full SHA for c76131c
1 file changed
test/tests.js
@@ -237,7 +237,7 @@ test('RFC 6265 - reading cookie-octet enclosed in DQUOTE', function () {
237
strictEqual(Cookies.get('c'), 'v', 'should decode the quotes');
238
});
239
240
-test('RFC 6265 - disallowed characters in cookie-octet', function () {
+test('RFC 6265 - unallowed characters in cookie-octet', function () {
241
expect(9);
242
243
Cookies.set('whitespace', ' ');
@@ -265,7 +265,7 @@ test('RFC 6265 - disallowed characters in cookie-octet', function () {
265
Cookies.remove('multiple');
266
267
268
-test('RFC 6265 - disallowed characters in cookie-name', function () {
+test('RFC 6265 - unallowed characters in cookie-name', function () {
269
expect(38);
270
271
Cookies.set('(', 'v');
0 commit comments