mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-09-01 04:07:51 +08:00
12 lines
289 B
Plaintext
12 lines
289 B
Plaintext
{| foo : string |}
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["flow-punctuation", "{|"], " foo ", ["punctuation", ":"],
|
|
["type", "string"], ["flow-punctuation", "|}"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for Flow specific punctuation. |