[latex3-commits] [git/LaTeX3-latex3-latex3] master: Slightly more subtle \exp_not:n test (f8b49d152)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Jan 22 22:39:12 CET 2020
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/f8b49d152a1fdd9788f97421afa78df1d2eb4d9f
>---------------------------------------------------------------
commit f8b49d152a1fdd9788f97421afa78df1d2eb4d9f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Jan 22 21:39:12 2020 +0000
Slightly more subtle \exp_not:n test
>---------------------------------------------------------------
f8b49d152a1fdd9788f97421afa78df1d2eb4d9f
l3kernel/l3text.dtx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3kernel/l3text.dtx b/l3kernel/l3text.dtx
index 583b1f6ee..ba9794515 100644
--- a/l3kernel/l3text.dtx
+++ b/l3kernel/l3text.dtx
@@ -898,7 +898,7 @@
{
\@@_if_expandable:NTF #1
{
- \token_if_eq_meaning:NNTF #1 \exp_not:n
+ \str_if_eq:nnTF {#1} { \exp_not:n }
{ \@@_expand_noexpand:n }
{ \exp_after:wN \@@_expand_loop:w #1 }
}
More information about the latex3-commits
mailing list