summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex/luatexbase/test-mcb-latex.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/luatex/luatexbase/test-mcb-latex.tex')
-rw-r--r--Master/texmf-dist/doc/luatex/luatexbase/test-mcb-latex.tex48
1 files changed, 0 insertions, 48 deletions
diff --git a/Master/texmf-dist/doc/luatex/luatexbase/test-mcb-latex.tex b/Master/texmf-dist/doc/luatex/luatexbase/test-mcb-latex.tex
deleted file mode 100644
index a8527067a18..00000000000
--- a/Master/texmf-dist/doc/luatex/luatexbase/test-mcb-latex.tex
+++ /dev/null
@@ -1,48 +0,0 @@
-%%
-%% This is file `test-mcb-latex.tex',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% luatexbase-mcb.dtx (with options: `testlatex')
-%%
-%% See the aforementioned source file(s) for copyright and licensing information.
-%%
-\RequirePackage{luatexbase-mcb}
-\catcode 64 11
-\def\msg{\immediate\write16}
-\msg{===== BEGIN =====}
-\luatexbase@directlua{dofile('test-mcb.lua')}
-\def\test#1#2{%
- \msg{^^J*********^^J* Testing #1 (type #2)^^J*********}
- \msg{* Add two functions}
- \luatexbase@directlua{add_#1()}
- \csname test_#1\endcsname
- \msg{* Remove one}
- \luatexbase@directlua{rm_one_#1()}
- \csname test_#1\endcsname
- \msg{* Remove the second}
- \luatexbase@directlua{rm_two_#1()}
- \csname test_#1\endcsname
- \msg{* Add two functions again}
- \luatexbase@directlua{add_#1()}
- \csname test_#1\endcsname
- \msg{* Remove all functions}
- \luatexbase@directlua{luatexbase.reset_callback("#1")}
- \csname test_#1\endcsname
-}
-\catcode`\_ 11
-\everypar{}
-\def\test_hpack_filter{\setbox0=\hbox{bla}}
-\def\test_hyphenate{\showhyphens{hyphenation}}
-\def\test_find_write_file{\immediate\openout15 test-mcb-out.log}
-\def\test_process_input_buffer{\input test-mcb-aux.tex}
-\test{hpack_filter}{list}
-\test{hyphenate}{simple}
-\test{find_write_file}{first}
-\test{process_input_buffer}{data}
-\msg{===== END =====}
-\stop
-\endinput
-%%
-%% End of file `test-mcb-latex.tex'.