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
Hi! This is a part of a scheme that I'm working with (
[section.subsection] tab = false approximate = true cost = currency = leads =
and here is the error
TOML.load_file("schema.toml") Failed to match sequence (ALL_SPACE (TABLE / TABLE_ARRAY / KEY_VALUE / COMMENT_LINE){0, } ALL_SPACE) at line 16 char 1. `- Don't know what to do with "cost = \ncu" at line 16 char 1.
If you will not be able reproduce the error I will send an actual file
The text was updated successfully, but these errors were encountered:
Thanks! Looking into this.
Sorry, something went wrong.
If I recall correctly aren't empty values are technically illegal?
No branches or pull requests
Hi! This is a part of a scheme that I'm working with (
and here is the error
If you will not be able reproduce the error I will send an actual file
The text was updated successfully, but these errors were encountered: