summaryrefslogtreecommitdiffstats
path: root/test/TEX/variant_dir_newglossary.py
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-04-28 19:43:43 (GMT)
committerGitHub <noreply@github.com>2019-04-28 19:43:43 (GMT)
commit35e6bbe16a859b42efca4592b435695a530f0717 (patch)
tree5a298b113bb1899e91583866b41eb9c337c0857e /test/TEX/variant_dir_newglossary.py
parent44c7b81e1a47ff5d4439740b1e929ea723ee1f18 (diff)
parent4ecdcf07580b1bfcd03f7886b6ab9256ee825175 (diff)
downloadSCons-35e6bbe16a859b42efca4592b435695a530f0717.zip
SCons-35e6bbe16a859b42efca4592b435695a530f0717.tar.gz
SCons-35e6bbe16a859b42efca4592b435695a530f0717.tar.bz2
Merge pull request #3345 from mwichmann/py38warns4-tests
[wip] Py38warns4 tests
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()