new md test

This commit is contained in:
steve donovan 2011-07-05 20:19:48 +02:00
parent 99cfca7643
commit 8e791b8be6
1 changed files with 25 additions and 0 deletions

25
tests/underscore.lua Normal file
View File

@ -0,0 +1,25 @@
--[[-----------
testing underscores
- a list
* sublist
* more
* of items
more than one line
- indeed
can keep going
Look at <<_ONE_>> and <<table.concat>>
@module underscore
]]
----------
-- A function (<<_TWO_>>).
-- @see _TWO_
function _ONE_() end
-----------
-- another function
-- @see string.format
function _TWO_() end