Skip to content
This repository has been archived by the owner on Apr 14, 2019. It is now read-only.

Allow single-quoted strings as keys for tables #6

Closed
nroi opened this issue Oct 8, 2017 · 0 comments
Closed

Allow single-quoted strings as keys for tables #6

nroi opened this issue Oct 8, 2017 · 0 comments
Labels

Comments

@nroi
Copy link
Owner

nroi commented Oct 8, 2017

Something like
'x' = 3
does work, but something like
['x']
does not, although it is permitted by TOML. Note that the ABNF grammar of TOML currently does not support it, but it's allowed nonetheless:
toml-lang/toml#354

@nroi nroi added the bug label Oct 8, 2017
@nroi nroi closed this as completed in 189f448 Oct 8, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant