summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex/luatexbase/test-modutils.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/luatex/luatexbase/test-modutils.lua')
-rw-r--r--Master/texmf-dist/doc/luatex/luatexbase/test-modutils.lua21
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/luatex/luatexbase/test-modutils.lua b/Master/texmf-dist/doc/luatex/luatexbase/test-modutils.lua
new file mode 100644
index 00000000000..98a21e81d9c
--- /dev/null
+++ b/Master/texmf-dist/doc/luatex/luatexbase/test-modutils.lua
@@ -0,0 +1,21 @@
+--
+-- This is file `test-modutils.lua',
+-- generated with the docstrip utility.
+--
+-- The original source files were:
+--
+-- luatexbase-modutils.dtx (with options: `testdummy')
+--
+-- Written in 2009, 2010 by Manuel Pegourie-Gonnard and Elie Roux.
+--
+-- This work is under the CC0 license.
+-- See source file 'luatexbase-modutils.dtx' for details.
+--
+luatexbase.provides_module {
+ name = 'test-modutils',
+ date = '2000/01/01',
+ version = 1,
+ description = 'dummy test package',
+}
+--
+-- End of File `test-modutils.lua'.