summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3str-convert.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-05-25 20:56:40 +0000
committerKarl Berry <karl@freefriends.org>2023-05-25 20:56:40 +0000
commit7710aef62454bfc451d8cc0643d2707643d05bb0 (patch)
tree67212747804ff389cb0afae45d2794b9e93f1df6 /Master/texmf-dist/source/latex/l3kernel/l3str-convert.dtx
parent6ee34168ae583fe1e26ef62fa4084f20a51badbe (diff)
l3kernel (24may23)
git-svn-id: svn://tug.org/texlive/trunk@67219 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3str-convert.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3str-convert.dtx8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3str-convert.dtx b/Master/texmf-dist/source/latex/l3kernel/l3str-convert.dtx
index 5608305e283..2f2c4f36c7f 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3str-convert.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3str-convert.dtx
@@ -44,7 +44,7 @@
% }^^A
% }
%
-% \date{Released 2023-05-15}
+% \date{Released 2023-05-22}
%
% \maketitle
%
@@ -1717,14 +1717,14 @@
}
\prg_new_conditional:Npnn \@@_if_escape_url:n #1 { TF }
{
- \if_int_compare:w `#1 < "41 \exp_stop_f:
- \@@_if_contains_char:nnTF { "-.<> } {#1}
+ \if_int_compare:w `#1 < "30 \exp_stop_f:
+ \@@_if_contains_char:nnTF { "-. } {#1}
\prg_return_true: \prg_return_false:
\else:
\if_int_compare:w `#1 > "7E \exp_stop_f:
\prg_return_false:
\else:
- \@@_if_contains_char:nnTF { [ ] } {#1}
+ \@@_if_contains_char:nnTF { : ; = ? @ [ ] } {#1}
\prg_return_false: \prg_return_true:
\fi:
\fi: