summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex/luatexbase/test-attr-plain.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/luatex/luatexbase/test-attr-plain.tex')
-rw-r--r--Master/texmf-dist/doc/luatex/luatexbase/test-attr-plain.tex30
1 files changed, 0 insertions, 30 deletions
diff --git a/Master/texmf-dist/doc/luatex/luatexbase/test-attr-plain.tex b/Master/texmf-dist/doc/luatex/luatexbase/test-attr-plain.tex
deleted file mode 100644
index 5d8d2026929..00000000000
--- a/Master/texmf-dist/doc/luatex/luatexbase/test-attr-plain.tex
+++ /dev/null
@@ -1,30 +0,0 @@
-%%
-%% This is file `test-attr-plain.tex',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% luatexbase-attr.dtx (with options: `testplain')
-%%
-%% See the aforementioned source file(s) for copyright and licensing information.
-%%
-\input luatexbase-attr.sty
-\newluatexattribute\testattr
-\setluatexattribute\testattr{1}
-\ifnum\testattr=1 \else \ERROR \fi
-\unsetluatexattribute\testattr
-\ifnum\testattr<0 \else \ERROR \fi
-\catcode64 11
-\luatexbase@directlua{assert(luatexbase.attributes.testattr)}
-\luatexbase@directlua{luatexbase.new_attribute('luatestattr')}
-\luatexbase@directlua{assert(luatexbase.attributes.luatestattr)}
-\begingroup
-\escapechar64
-\newluatexattribute\anotherattr
-\endgroup
-\setluatexattribute\anotherattr{1}
-\luatexbase@directlua{assert(luatexbase.attributes.anotherattr)}
-\bye
-\endinput
-%%
-%% End of file `test-attr-plain.tex'.