mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-30 19:28:02 +08:00
13 lines
350 B
Plaintext
13 lines
350 B
Plaintext
foo()
|
|
f o o b a r ( )
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["function", "foo"], ["punctuation", "("], ["punctuation", ")"],
|
|
["function", "f o o b a r"], ["punctuation", "("], ["punctuation", ")"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for functions. Also checks that whitespaces are ignored. |