This repository was archived by the owner on May 13, 2026. It is now read-only.
Commit 1aee056
145 test (#307)
* more accurate paramToJson in parameter_hunter
* updating unit tests for parameter_hunter paramToJson
* minor edit
* another param string parser
* bugs fixed, unit tests working
* variable name change
* Added (failing for now) test to highlight the bug.
* Added another test for another bug (parenthesis in value confuses patternhunter)
* Added additional parameter hunter tests.
* replacing JSON with JSON5 for better error messaging
* working paramToJson
* stricter unit tests
* comment updates
* simplfying paramToJson further
* simplfying paramToJson further
* comment update
* tightened parameter key search
* comment update
* accommodating decimals and exponentials as valid numeric values
* comment update
* fixing array instead of number typo
* more comments
* spacing to pass eslint
* removing unnecessary escape
* Fixed minor bug: Array instead of int used as substring() arg.
* Added parameter_hunter test to explicity show that issue #145 will now be fixed too.
* fixing substring param typo
* renaming json5 instances
* comment update
* Added comment in test code to reference issue #1451 parent 739e507 commit 1aee056
1 file changed
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
323 | 342 | | |
324 | 343 | | |
325 | 344 | | |
| |||
0 commit comments