diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3packages/xparse/xparse.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/l3packages/xparse/xparse.sty | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/l3packages/xparse/xparse.sty b/Master/texmf-dist/tex/latex/l3packages/xparse/xparse.sty index 6eda5ffc2e8..82ae71afa2c 100644 --- a/Master/texmf-dist/tex/latex/l3packages/xparse/xparse.sty +++ b/Master/texmf-dist/tex/latex/l3packages/xparse/xparse.sty @@ -36,7 +36,7 @@ }% \endinput } -\ProvidesExplPackage{xparse}{2018-05-12}{} +\ProvidesExplPackage{xparse}{2018-08-23}{} {L3 Experimental document command parser} \tl_new:N \l__xparse_arg_spec_tl \tl_new:N \l__xparse_args_tl @@ -983,7 +983,7 @@ \tl_if_blank:oTF { \use_none:n ##1 } { \__xparse_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 } } } { \__xparse_add_arg:o { \use_ii:nn ##1 } } @@ -1393,7 +1393,7 @@ } } \cs_new_protected:Npn \__xparse_grab_v_token_if_char:NTF #1 - { \str_if_eq_x:nnTF { } { \str_tail:n {#1} } } + { \str_if_eq:eeTF { } { \str_tail:n {#1} } } \cs_new_protected:Npn \__xparse_add_arg:n #1 { \tl_put_right:Nn \l__xparse_args_tl { {#1} } @@ -1438,7 +1438,7 @@ \tl_if_blank:oTF { \use_none:nn #1#2 } { \__xparse_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 } } } { \__xparse_put_arg_expandable:ow { \use_iii:nnn #1#2 } } @@ -1479,7 +1479,7 @@ \tl_if_blank:oTF { \use_none:n #4 } { \__xparse_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 } } } { \__xparse_put_arg_expandable:ow { \use_ii:nn #4 } } @@ -1796,7 +1796,7 @@ } \cs_new_protected:Npn \__xparse_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 } { |