16 matches across 1 files for error path:test/express.urlencoded.js lang:JavaScript path:test/express.urlencoded.js
snippet_mode: grep · sorted by relevance
test/express.urlencoded.js JAVASCRIPT 16 matches · showing 5 view file →
304 })
305
306 it('should not error when inflating', function (done) {
307 var app = createApp({ limit: '1kb' })
308 var test = request(app).post('/')
· · ·
318 it('should reject 0', function () {
319 assert.throws(createApp.bind(null, { extended: false, parameterLimit: 0 }),
320 /TypeError: option parameterLimit must be a positive number/)
321 })
322
· · ·
323 it('should reject string', function () {
324 assert.throws(createApp.bind(null, { extended: false, parameterLimit: 'beep' }),
325 /TypeError: option parameterLimit must be a positive number/)
326 })
327
· · ·
373 it('should reject 0', function () {
374 assert.throws(createApp.bind(null, { extended: true, parameterLimit: 0 }),
375 /TypeError: option parameterLimit must be a positive number/)
376 })
377
· · ·
378 it('should reject string', function () {
379 assert.throws(createApp.bind(null, { extended: true, parameterLimit: 'beep' }),
380 /TypeError: option parameterLimit must be a positive number/)
381 })
382
+ 11 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.