Skip to content
New issue

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

toml_edit error regression compared to toml: missing key #453

Open
epage opened this issue Jan 18, 2023 · 0 comments
Open

toml_edit error regression compared to toml: missing key #453

epage opened this issue Jan 18, 2023 · 0 comments
Labels
A-error Area: Error reporting C-bug Category: Things not working as expected

Comments

@epage
Copy link
Member

epage commented Jan 18, 2023

-        "expected a table key, found an equals at line 1 column 1"
+        "\
+TOML parse error at line 1, column 1
+  |
+1 | =3
+  | ^
+invalid key
+"
-        "expected a table key, found a right bracket at line 1 column 2"
+        "\
+TOML parse error at line 1, column 2
+  |
+1 | []
+  |  ^
+invalid key
+"
@epage epage added C-bug Category: Things not working as expected A-parse Area: Parsing TOML labels Jan 18, 2023
@epage epage added A-error Area: Error reporting and removed A-parse Area: Parsing TOML labels Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-error Area: Error reporting C-bug Category: Things not working as expected
Projects
None yet
Development

No branches or pull requests

1 participant