Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 59d89b5

Browse files
author
Hans Kristian Flaatten
committed
fix(jshint): shrink lines to meet 80-char max line length
1 parent 71d85b2 commit 59d89b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ describe('parse()', function() {
299299
});
300300
});
301301

302-
it('returns in array query with "qs" parser module (GH-06)', function() {
302+
it('returns in array query with "qs" parser (GH-06)', function() {
303303
var string = 'foo[]=10&foo[]=10.011&foo[]=bar';
304304
var params = require('qs').parse(string);
305305

@@ -332,7 +332,7 @@ describe('parse()', function() {
332332
});
333333
});
334334

335-
it('returns not in array query with "gs" parser module (GH-06)', function() {
335+
it('returns not in array query with "gs" parser (GH-06)', function() {
336336
var string = 'foo[]=!10&foo[]=!10.011&foo[]=!bar';
337337
var params = require('qs').parse(string);
338338

0 commit comments

Comments
 (0)