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

     1  # Define b as int, and try to use it as a table: error
     2  [a]
     3  b = 1
     4  
     5  [a.b]
     6  c = 2