summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/tests/cnfprog/texmf.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/tests/cnfprog/texmf.cnf')
-rw-r--r--Build/source/texk/kpathsea/tests/cnfprog/texmf.cnf13
1 files changed, 13 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/tests/cnfprog/texmf.cnf b/Build/source/texk/kpathsea/tests/cnfprog/texmf.cnf
new file mode 100644
index 00000000000..9b7bd3c6219
--- /dev/null
+++ b/Build/source/texk/kpathsea/tests/cnfprog/texmf.cnf
@@ -0,0 +1,13 @@
+# $Id$
+# Public domain. This tiny texmf.cnf is for kpathsea/tests/cnfprog.test.
+
+# An empty program name is warned about (as of August 2019).
+justdot. = dval
+
+# Contrary to appearances, this is interpreted as a program name ";val",
+# with no value. A warning is issued.
+noequals .;qval
+
+# Similarly, the "${var}" is a literal string here, not expanded.
+# Again, a warning is issued.
+braceprog.${var} = bval