mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-31 03:38:07 +08:00
13 lines
282 B
Plaintext
13 lines
282 B
Plaintext
(foo)
|
|
(foo bar)
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["punctuation","("], ["car", "foo"], ["punctuation",")"],
|
|
["punctuation","("], ["car", "foo"], " bar", ["punctuation",")"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for car. |