summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/eplain/base/test/env.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/eplain/base/test/env.tex')
-rw-r--r--Master/texmf-dist/source/eplain/base/test/env.tex42
1 files changed, 0 insertions, 42 deletions
diff --git a/Master/texmf-dist/source/eplain/base/test/env.tex b/Master/texmf-dist/source/eplain/base/test/env.tex
deleted file mode 100644
index 3b4cf56be66..00000000000
--- a/Master/texmf-dist/source/eplain/base/test/env.tex
+++ /dev/null
@@ -1,42 +0,0 @@
-% This file is public domain.
-%
-\input eplain
-
-First, let's make sure they work.
-
-\loggingall
-
-\environment{outer}
- \environment{inner}
- This is in the first inner.
- \endenvironment{inner}
-
- This is between inners.
-
- \environment{inner}
- This is in the second inner.
-
- \environment{even-more-inner}
- This is even more inner.
- \endenvironment{even-more-inner}
- \endenvironment{inner}
-\endenvironment{outer}
-
-This is after the outer.
-
-Now let's make some mistakes.
-
-%\environment{start-1}
-%\endenvironment{end-2}
-
-\endenvironment{where-is-the-start?}
-
-\begingroup
-\endenvironment{begingroup-started}
-
-\environment{endgroup-ended}
-\endgroup
-
-\environment{noend}
-
-\end