summaryrefslogtreecommitdiffstats
path: root/test/TEX/variant_dir_newglossary.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEX/variant_dir_newglossary.py')
-rw-r--r--test/TEX/variant_dir_newglossary.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/TEX/variant_dir_newglossary.py b/test/TEX/variant_dir_newglossary.py
index 5a28ed4..1e6ab43 100644
--- a/test/TEX/variant_dir_newglossary.py
+++ b/test/TEX/variant_dir_newglossary.py
@@ -24,9 +24,9 @@
__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
-"""
+r"""
Validate the use of \newglossary in TeX source files in conjunction
-with variant_dir.
+with variant_dir.
Test configuration contributed by Kendrick Boyd.
"""
@@ -104,6 +104,6 @@ files = [
for f in files:
test.must_exist(['build',f])
test.must_not_exist(['src',f])
-
+
test.pass_test()