-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This removes a few issues related to quoted keys: - Escape sequences now work in table headers and KeyValue keys. - Empty keys are allowed when quoted. - The decoder doesn't see the quotes anymore. This already worked for (inline) tables because the parser split the key manually after decoding, removing quotes. The new version integrates the splitting into the grammar so there is only one place that handles keys. Fixes #37
- Loading branch information
Showing
4 changed files
with
400 additions
and
349 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
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.