CS-Notes/docs/_style/prism-master/tests/languages/flow/flow-punctuation_feature.test
2018-12-19 14:09:39 +08:00

12 lines
289 B
Plaintext

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