diff options
author | William Deegan <bill@baddogconsulting.com> | 2024-09-16 02:28:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-16 02:28:44 (GMT) |
commit | 421d586c7f3f5e3db8cf31e7b03161af19f73759 (patch) | |
tree | aa61e200308bae80c07a73794b39e9c394c17b61 /test | |
parent | 50bee2e7edcfd46dc21f28b131c6f1065ac44dcc (diff) | |
parent | 4e005ff9bc8ec2022f3063238a02bb7b1e9a2975 (diff) | |
download | SCons-421d586c7f3f5e3db8cf31e7b03161af19f73759.zip SCons-421d586c7f3f5e3db8cf31e7b03161af19f73759.tar.gz SCons-421d586c7f3f5e3db8cf31e7b03161af19f73759.tar.bz2 |
Merge branch 'master' into AddOption-option-obj
Diffstat (limited to 'test')
-rw-r--r-- | test/TEX/glossaries.py | 2 | ||||
-rw-r--r-- | test/TEX/subdir_variantdir_include2.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/TEX/glossaries.py b/test/TEX/glossaries.py index 069fcc3..d418ee2 100644 --- a/test/TEX/glossaries.py +++ b/test/TEX/glossaries.py @@ -23,7 +23,7 @@ # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -""" +r""" Validate that use of \glossaries in TeX source files causes SCons to be aware of the necessary created glossary files. diff --git a/test/TEX/subdir_variantdir_include2.py b/test/TEX/subdir_variantdir_include2.py index 953a229..2b615f1 100644 --- a/test/TEX/subdir_variantdir_include2.py +++ b/test/TEX/subdir_variantdir_include2.py @@ -23,7 +23,7 @@ # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -""" +r""" Verify that we execute TeX in a subdirectory (if that's where the document resides) by checking that all the auxiliary files get created there and not in the top-level directory. Test this when variantDir is used |