We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726e07a commit 380533dCopy full SHA for 380533d
tools/check-source.sh
@@ -6,7 +6,7 @@ failed=0
6
7
# Ignore files where rules may be violated within macro definitions.
8
texfiles=$(ls *.tex | grep -v macros.tex | grep -v layout.tex | grep -v tables.tex)
9
-texlibdesc="support.tex concepts.tex diagnostics.tex memory.tex meta.tex utilities.tex strings.tex containers.tex iterators.tex ranges.tex algorithms.tex numerics.tex time.tex locales.tex iostreams.tex threads.tex"
+texlibdesc="support.tex concepts.tex diagnostics.tex memory.tex meta.tex utilities.tex containers.tex iterators.tex ranges.tex algorithms.tex strings.tex text.tex numerics.tex time.tex iostreams.tex threads.tex exec.tex"
10
texlib="lib-intro.tex $texlibdesc"
11
12
# Filter that reformats the error message as a "workflow command",
0 commit comments