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

     1  # A terminating comma (also called trailing comma) is not permitted after the
     2  # last key/value pair in an inline table
     3  abc = { abc = 123, }