1085168bbf
Sync with the latest html5lib. Having the Maruku unit tests on-hand may be useful for debugging; so let's include them.
12 lines
135 B
Plaintext
12 lines
135 B
Plaintext
> Example:
|
|
>
|
|
> sub status {
|
|
> print "working";
|
|
> }
|
|
>
|
|
> Or:
|
|
>
|
|
> sub status {
|
|
> return "working";
|
|
> }
|