-
Notifications
You must be signed in to change notification settings - Fork 406
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 * fixing substring param typo * renaming json5 instances * comment update
- Loading branch information
e2tha-e
authored and
Brian Muenzenmeyer
committed
Apr 8, 2016
1 parent
b03b704
commit 739e507
Showing
8 changed files
with
346 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
node_modules/ | ||
npm-debug.log | ||
.DS_Store | ||
latest-change.txt | ||
patternlab.json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.