[latex3-commits] [git/LaTeX3-latex3-fontspec] develop: Hide L3PL warnings from polyglossia in tests (c49ea37)
Marcel Fabian Krüger
tex at 2krueger.de
Sat Jul 2 12:26:08 CEST 2022
Repository : https://github.com/latex3/fontspec
On branch : develop
Link : https://github.com/latex3/fontspec/commit/c49ea374f42ea7ddd8e46df5e5f05f4c2c56ef37
>---------------------------------------------------------------
commit c49ea374f42ea7ddd8e46df5e5f05f4c2c56ef37
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Sat Jul 2 12:25:47 2022 +0200
Hide L3PL warnings from polyglossia in tests
>---------------------------------------------------------------
c49ea374f42ea7ddd8e46df5e5f05f4c2c56ef37
testfiles/polyglossia-add-script.lvt | 6 ++++++
testfiles/polyglossia-cyrl.lvt | 6 ++++++
2 files changed, 12 insertions(+)
diff --git a/testfiles/polyglossia-add-script.lvt b/testfiles/polyglossia-add-script.lvt
index 0869a48..cb661c7 100644
--- a/testfiles/polyglossia-add-script.lvt
+++ b/testfiles/polyglossia-add-script.lvt
@@ -2,9 +2,15 @@
\ExplSyntaxOn
\debug_off:n { deprecation }
+\debug_suspend:
\ExplSyntaxOff
\usepackage{polyglossia}
+
+\ExplSyntaxOn
+\debug_resume:
+\ExplSyntaxOff
+
\setmainfont{cmunrm.otf}
\begin{document}
diff --git a/testfiles/polyglossia-cyrl.lvt b/testfiles/polyglossia-cyrl.lvt
index 93e720b..50f6d05 100644
--- a/testfiles/polyglossia-cyrl.lvt
+++ b/testfiles/polyglossia-cyrl.lvt
@@ -6,12 +6,18 @@
\ExplSyntaxOn
\debug_off:n { deprecation }
+\debug_suspend:
\ExplSyntaxOff
\usepackage{polyglossia}
\MSG{^^J^^J^^JPACKAGE polyglossia LOADED^^J^^J^^J}
\setmainlanguage{russian}
+
+\ExplSyntaxOn
+\debug_resume:
+\ExplSyntaxOff
+
\setmainfont{texgyreheros-regular.otf}
\newfontfamily\cyrillicfont{LinLibertine_R.otf}[Script=Cyrillic]
More information about the latex3-commits
mailing list.