mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-31 19:57:51 +08:00
14 lines
249 B
Plaintext
14 lines
249 B
Plaintext
{**}
|
|
{* foo
|
|
bar *}
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["smarty", [["comment", "{**}"]]],
|
|
["smarty", [["comment", "{* foo\r\nbar *}"]]]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for comments. |