5 Commits

Author SHA1 Message Date
Aleksandr Batsuev
bb6b1d4942
feat: valuesOptions for enums (#1358)
* enum valuesOptions support

* update tests a little, fix api docs

* tests: reverting bad conflict resolution

* test: put test.end() in its proper place

Co-authored-by: Alexander Fenster <fenster@google.com>
Co-authored-by: Alexander Fenster <github@fenster.name>
2022-08-17 10:27:22 -07:00
Jeffory Orrok
af1b449602
fix: allow for an optional semicolon where there is an optional comma in parseOptionValue (#1571)
* allow for an optional semicolon where there is an optional comma in parseOptionValue

* set allowShortCircuit to true to prevent no-unused-expressions error

* add test for semicolon

Co-authored-by: Alexander Fenster <fenster@google.com>
2021-04-29 00:49:40 -07:00
Rodrigo Queiro
c05c58fad6 Fixed: Ignore optional commas in aggregate options (#999) 2018-03-18 20:05:30 +01:00
dcodeIO
ef7be352ba Fixed: Properly parse nested textformat options, also tackles #655 2017-01-21 23:48:48 +01:00
dcodeIO
32e0529387 Other: Cleaned and categorized tests, coverage progress 2017-01-17 05:08:15 +01:00