Files
OnJava8/docs/_style/prism-master/tests/languages/toml/table_feature.test
2019-03-30 20:31:44 +08:00

21 lines
331 B
Plaintext

[table]
[[array]]
----------------------------------------------------
[
["punctuation", "["],
["table", "table"],
["punctuation", "]"],
["punctuation", "["],
["punctuation", "["],
["table", "array"],
["punctuation", "]"],
["punctuation", "]"]
]
----------------------------------------------------
Checks for tables.