Files
K1NG-Driver/includes/tomlc17-R260618/test/parser/in/array4.toml
T
2026-07-30 13:18:41 +02:00

10 lines
67 B
TOML

integers2 = [
1, 2, 3
]
integers3 = [
1,
2, # this is ok
]