[latex3-commits] [latex3/l3sys-query] 2e: {.} now works (ce31c02)
github at latex-project.org
github at latex-project.org
Mon Mar 11 09:45:41 CET 2024
Repository : https://github.com/latex3/l3sys-query
On branch : 2e
Link : https://github.com/latex3/l3sys-query/commit/ce31c02e2658b79d4a51df408bdfaff66bd7f484
>---------------------------------------------------------------
commit ce31c02e2658b79d4a51df408bdfaff66bd7f484
Author: David Carlisle <d.p.carlisle at gmail.com>
Date: Mon Mar 11 08:35:00 2024 +0000
{.} now works
>---------------------------------------------------------------
ce31c02e2658b79d4a51df408bdfaff66bd7f484
test-2e-01.tex | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/test-2e-01.tex b/test-2e-01.tex
index e168785..49a8692 100644
--- a/test-2e-01.tex
+++ b/test-2e-01.tex
@@ -11,14 +11,17 @@
\QueryFiles{*.tex}{\typeout{A: #1}}
\QueryFiles[recursive,type=d]{}{\typeout{B: #1}}% . ought to work
-\QueryFiles[recursive,]{.}{\typeout{BB: #1}}% . ought to work
-\QueryFiles[sort=date]{*.tex}{\typeout{C: #1}}
+\QueryFiles[type=f]{}{\typeout{C_: #1}}% default
+\QueryFiles[type=f]{*}{\typeout{C*: #1}}% * same as {}
+\QueryFiles[type=f]{.}{\typeout{C.: #1}}% . same as {}
-\QueryFiles[pattern]{^[0-9].*.tex}{\typeout{D: #1}}
+\QueryFiles[sort=date]{*.tex}{\typeout{D: #1}}
+\QueryFiles[pattern]{^[0-9].*.tex}{\typeout{E: #1}}
-\QueryFiles[pattern]{^%d.*.tex}{\typeout{E: #1}}
+
+\QueryFiles[pattern]{^%d.*.tex}{\typeout{F: #1}}
\QueryFilesTF{t*.*}{\typeout{TFA: #1}}{\typeout{TFA files:}}{\typeout{TFA empty file list}}
More information about the latex3-commits
mailing list.