You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example it says do not do is because it defines b under [a]and it defines [a.b]. Presumably some people might want to map both to a.b or something after parsing.
The second example has no such conflicts, so it is valid (not invalid).
I don't think it was the original intention that indentation matters, and it makes no sense to me that it should.
The spec says:
Yet
example.toml
contains:My parser currently rejects
example.toml
as valid TOML.Is that correct?
Or is indentation important after all?
The text was updated successfully, but these errors were encountered: