emancu/toml-rb

Undetected Key Conflict Error

Opened this issue · 3 comments

The following TOML input should be invalid:

[[foo]]
a = true

[foo]
b = false

But toml-rb parses it and returns {"foo"=>[{"a"=>true, "b"=>false}]}.

Thanks @rennsax for reporting this, I will take a look over the weekend!

Well, that was a long weekend 😅 -- I will get back to this next week which I'm on holidays. Sorry for the long wait

I was digging into this last week, it is taking me more than I expected. Im sorry