mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-31 11:48:11 +08:00
16 lines
350 B
Plaintext
16 lines
350 B
Plaintext
ok # SKIP test not written
|
|
ok 42 this is the description # TODO write test
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["pass", "ok " ],
|
|
["directive", "# SKIP test not written"],
|
|
["pass", "ok 42 this is the description "],
|
|
["directive", "# TODO write test"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks directives
|