summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx b/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx
index c96ba68e0a6..c9685d264d5 100644
--- a/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx
+++ b/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx
@@ -67,7 +67,7 @@
% }^^A
% }
%
-% \date{Released 2018-05-12}
+% \date{Released 2018-08-23}
%
% \maketitle
%
@@ -818,7 +818,7 @@
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesExplPackage{xparse}{2018-05-12}{}
+\ProvidesExplPackage{xparse}{2018-08-23}{}
{L3 Experimental document command parser}
% \end{macrocode}
%
@@ -2630,7 +2630,7 @@
\tl_if_blank:oTF { \use_none:n ##1 }
{ \@@_add_arg:o { \use_none:n ##1 } }
{
- \str_if_eq_x:nnTF
+ \str_if_eq:eeTF
{ \exp_not:o { \use_none:n ##1 } }
{ { \exp_not:o { \use_ii:nnn ##1 \q_nil } } }
{ \@@_add_arg:o { \use_ii:nn ##1 } }
@@ -3326,7 +3326,7 @@
% hence are not considered as characters.
% \begin{macrocode}
\cs_new_protected:Npn \@@_grab_v_token_if_char:NTF #1
- { \str_if_eq_x:nnTF { } { \str_tail:n {#1} } }
+ { \str_if_eq:eeTF { } { \str_tail:n {#1} } }
% \end{macrocode}
% \end{macro}
%
@@ -3456,7 +3456,7 @@
\tl_if_blank:oTF { \use_none:nn #1#2 }
{ \@@_put_arg_expandable:ow { \use_none:nn #1#2 } }
{
- \str_if_eq_x:nnTF
+ \str_if_eq:eeTF
{ \exp_not:o { \use_none:nn #1#2 } }
{ { \exp_not:o { \use_iii:nnnn #1#2 \q_nil } } }
{ \@@_put_arg_expandable:ow { \use_iii:nnn #1#2 } }
@@ -3511,7 +3511,7 @@
\tl_if_blank:oTF { \use_none:n #4 }
{ \@@_put_arg_expandable:ow { \use_none:n #4 } }
{
- \str_if_eq_x:nnTF
+ \str_if_eq:eeTF
{ \exp_not:o { \use_none:n #4 } }
{ { \exp_not:o { \use_ii:nnn #4 \q_nil } } }
{ \@@_put_arg_expandable:ow { \use_ii:nn #4 } }
@@ -4048,7 +4048,7 @@
% \begin{macrocode}
\cs_new_protected:Npn \@@_cmd_if_xparse:NTF #1
{
- \exp_args:Nf \str_case_x:nnTF
+ \exp_args:Nf \str_case_e:nnTF
{
\exp_args:Nf \tl_if_empty:nT { \token_get_arg_spec:N #1 }
{