This file contains hidden or 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
| // 28 June 2017 | |
| // Quick-and-dirty implementation. | |
| // 30 Sept 2021 | |
| // Changes prompted by @nativekar: | |
| // - Allow pathName param to be either Array or string. | |
| // - Support "value[property]" notation. | |
| // House-cleaning: | |
| // - Move the inline mocha suite to own file, replace with inline test closure. |