git.sr.ht/~pingoo/stdx@v0.0.0-20240218134121-094174641f6e/toml/internal/toml-test/tests/invalid/table/duplicate-key-table.toml (about)

     1  [fruit]
     2  type = "apple"
     3  
     4  [fruit.type]
     5  apple = "yes"