We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a toml file:
["\"foo\""] "\"bar\"" = "\"baz\""
yj -tj <a.toml failed with:
yj -tj <a.toml
Error parsing TOML: (1, 2): invalid table array key: invalid bare key character: \
According to the TOML specification:
\"
The text was updated successfully, but these errors were encountered:
Thanks for the report!
This was due to an upstream issue: pelletier/go-toml#427 It is fixed in v5.1.0, by switching to /~https://github.com/BurntSushi/toml
Sorry, something went wrong.
No branches or pull requests
I have a toml file:
yj -tj <a.toml
failed with:According to the TOML specification:
\"
is valid in basic strings. (https://toml.io/en/v0.5.0#string)The text was updated successfully, but these errors were encountered: