summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/rcs/src/test/empty-log.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/rcs/src/test/empty-log.tex')
-rw-r--r--macros/latex/contrib/rcs/src/test/empty-log.tex21
1 files changed, 21 insertions, 0 deletions
diff --git a/macros/latex/contrib/rcs/src/test/empty-log.tex b/macros/latex/contrib/rcs/src/test/empty-log.tex
new file mode 100644
index 0000000000..957ac176a8
--- /dev/null
+++ b/macros/latex/contrib/rcs/src/test/empty-log.tex
@@ -0,0 +1,21 @@
+% $Id: empty-log.tex,v 1.3 1995/08/02 11:39:01 schrod Exp $
+%----------------------------------------------------------------------
+
+\documentclass{article}
+
+\usepackage{rcs}
+
+\nofiles % fewer files in directory
+
+\begin{document}
+
+This is a test.
+
+\tracingcommands=2
+\tracingmacros=2
+
+\begin{rcslog}
+$Log$
+\end{rcslog}
+
+\end{document}