CS-Notes/docs/_style/prism-master/tests/languages/flow/flow-punctuation_feature.test

12 lines
289 B
Plaintext
Raw Normal View History

2018-12-19 14:09:39 +08:00
{| foo : string |}
----------------------------------------------------
[
["flow-punctuation", "{|"], " foo ", ["punctuation", ":"],
["type", "string"], ["flow-punctuation", "|}"]
]
----------------------------------------------------
Checks for Flow specific punctuation.