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

12 lines
289 B
Plaintext

{| foo : string |}
----------------------------------------------------
[
["flow-punctuation", "{|"], " foo ", ["punctuation", ":"],
["type", "string"], ["flow-punctuation", "|}"]
]
----------------------------------------------------
Checks for Flow specific punctuation.