summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/luaotfload/fontloader-preprocessor-test.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/luatex/luaotfload/fontloader-preprocessor-test.tex')
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/fontloader-preprocessor-test.tex30
1 files changed, 0 insertions, 30 deletions
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/fontloader-preprocessor-test.tex b/Master/texmf-dist/tex/luatex/luaotfload/fontloader-preprocessor-test.tex
deleted file mode 100644
index 857b28f831b..00000000000
--- a/Master/texmf-dist/tex/luatex/luaotfload/fontloader-preprocessor-test.tex
+++ /dev/null
@@ -1,30 +0,0 @@
-\ifdefined\inputpreprocessed
-
- \def\TestOne[#1]%
- {test one: [#1]\par}
-
- \def\TestTwo#some%
- {test two: #some\par}
-
- \def\TestThree[#whatever][#more]%
- {test three: [#more] and [#whatever]\par}
-
- \def\TestFour[#one]#two%
- {\def\TestFive[#alpha][#one]%
- {test four and five: [#one], [#two] and [#alpha]}\par}
-
- \def\TestSix[#{one}]#{two}%
- {test six: [#{one}] and #{two}\par}
-
- \TestOne [one]
- \TestTwo {one}
- \TestThree[one][two]
- \TestFour [one]{two}
- \TestFive [one][two]
- \TestSix [one]{two}
-
-\else
- \input{luatex-preprocessor.tex}
- \inputpreprocessed{luatex-preprocessor-test.tex}
- \expandafter \end
-\fi