-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: CDDL grammar correction for RFC8610 (#61)
* feat: example files * refactor: rename test files * refactor: rename from rfc9615 to rfc9165 * feat: error display for testing multiple files * feat: sort file reading * fix: whitespace problem for ',', braces, and // * feat: group elements initial unit test * fix: comments * fix: grammar correction for comments * fix: grammar correcttion according to abnf * fix: remove genericarg from typename and groupname * fix: unit tests * feat: initial group_elements test cases * fix: put atomic test back * revert: deleted grammar and tests * fix: correct test cases * feat: type decl tests * feat: type decl tests * feat: setup type decl test * feat: type1 test cases * feat: composition testing * feat: rules test cases * feat: rules test cases * feat: all examples from rfc8610 * feat: add rule level tests * refactor: use general passes and fails function in unit test * fix: error msg for cddl * fix: cddl test file name reading * fix: cspell * chore: lintfix * refactor: cddl filter fn * refactor: reset * fix: pub(crate) for unit tests * chore: fmtfix * refactor: don't dry util functions * fix: disable lint warning * chore: fmtfix * refactor: change common path * feat: common * refactor: remove tmp vars * feat: common consts * fix: add tmp allow dead code * fix: cspell
- Loading branch information
Showing
71 changed files
with
1,570 additions
and
491 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
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
File renamed without changes.
Oops, something went wrong.