summaryrefslogtreecommitdiff
path: root/Data/Libraries/LDoc/tests/styles/two.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Data/Libraries/LDoc/tests/styles/two.lua')
-rw-r--r--Data/Libraries/LDoc/tests/styles/two.lua13
1 files changed, 13 insertions, 0 deletions
diff --git a/Data/Libraries/LDoc/tests/styles/two.lua b/Data/Libraries/LDoc/tests/styles/two.lua
new file mode 100644
index 0000000..3976ed3
--- /dev/null
+++ b/Data/Libraries/LDoc/tests/styles/two.lua
@@ -0,0 +1,13 @@
+------------
+-- Classic Lua 5.1 module.
+-- Description here
+----
+
+module 'two'
+
+--- answer to everything.
+function answer ()
+ return 42
+end
+
+