diff options
author | Karl Berry <karl@freefriends.org> | 2011-01-27 23:20:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-01-27 23:20:14 +0000 |
commit | e51636cfe250c44b12f24664486f375680a3ac6f (patch) | |
tree | 30e4c19c6e56d6bc979d49fed96cadf38e71e774 | |
parent | 957cdf929357b4c2fe6d581b81450567e2e792ea (diff) |
add .dvi needed for quotecmd test to repo
git-svn-id: svn://tug.org/texlive/trunk@21197 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/dvipsk/ChangeLog | 6 | ||||
-rwxr-xr-x | Build/source/texk/dvipsk/quotecmd-test.pl | 2 | ||||
-rw-r--r-- | Build/source/texk/dvipsk/testdata/quotecmd.dvi | bin | 0 -> 200 bytes | |||
-rw-r--r-- | Build/source/texk/dvipsk/testdata/quotecmd.tex | 3 |
4 files changed, 9 insertions, 2 deletions
diff --git a/Build/source/texk/dvipsk/ChangeLog b/Build/source/texk/dvipsk/ChangeLog index 7546649ce0a..7bedbda7861 100644 --- a/Build/source/texk/dvipsk/ChangeLog +++ b/Build/source/texk/dvipsk/ChangeLog @@ -1,3 +1,9 @@ +2011-01-28 Karl Berry <karl@tug.org> + + * quotecmd-test.pl, testdata/quotecmd.tex: doc fixes. + * testdata/quotecmd.dvi: add to repo, since the test relies on + this file existing. + 2010-12-01 Peter Breitenlohner <peb@mppmu.mpg.de> * writet1.c: Still more tweaks. Remove unused code and vars. diff --git a/Build/source/texk/dvipsk/quotecmd-test.pl b/Build/source/texk/dvipsk/quotecmd-test.pl index 28dc62a37dc..7e228a27dfd 100755 --- a/Build/source/texk/dvipsk/quotecmd-test.pl +++ b/Build/source/texk/dvipsk/quotecmd-test.pl @@ -14,7 +14,7 @@ sub main # quotecmd.tex itself also creates it, but we don't want to run TeX in # this test, nor do we want such a weirdly-named file in our # repository, so create it here. Leave it in place, so we can run the - # program under the debugging if we need to. + # program under the debugger if we need to. my $weirdf = ' 2>&1 | echo badnews >pwned.txt #.gz'; unlink ($weirdf); # ensure no leftover open (WEIRDF, ">", $weirdf); diff --git a/Build/source/texk/dvipsk/testdata/quotecmd.dvi b/Build/source/texk/dvipsk/testdata/quotecmd.dvi Binary files differnew file mode 100644 index 00000000000..d5daaa80656 --- /dev/null +++ b/Build/source/texk/dvipsk/testdata/quotecmd.dvi diff --git a/Build/source/texk/dvipsk/testdata/quotecmd.tex b/Build/source/texk/dvipsk/testdata/quotecmd.tex index a294e703aa1..9e6b14c27f4 100644 --- a/Build/source/texk/dvipsk/testdata/quotecmd.tex +++ b/Build/source/texk/dvipsk/testdata/quotecmd.tex @@ -1,5 +1,6 @@ % $Id: write18-quote.tex 16695 2010-01-13 01:18:02Z karl $ -% Public domain. Originally written 2009, Alexander Cherepanov. +% Public domain. Originally written by Karl Berry, +% with ideas from Alexander Cherepanov. \catcode`\# = 12 \def\cmd{" 2>&1 | echo badnews > pwned.txt #.gz"} |