help wanted
倉庫指標
- 星標
- (8,943 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
Hey There,
Found the following bug:
const qs = require('qs');
const assert = require('assert');
const str = '&=]p&Qm[UU3]={Qmm&Qm=]]&Qm[[UF3]mi]=mQvmQm;';
const obj = qs.parse(str);
const str1 = qs.stringify(obj);
const obj1 = qs.parse(str1);
assert.deepEqual(obj, obj1);
found by jsfuzz