Skip to content

Commit

Permalink
Shorten another expandable error message to avoid cropping
Browse files Browse the repository at this point in the history
Since the new version of expandable errors gives us fewer characters to
work with, the previous message was trimmed before the end in all cases.
  • Loading branch information
blefloch authored and josephwright committed Aug 26, 2021
1 parent 7e09ff9 commit 62252bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 529 deletions.
2 changes: 1 addition & 1 deletion l3kernel/l3msg.dtx
Expand Up @@ -2097,7 +2097,7 @@
\__kernel_msg_new:nnn { prop } { prop-keyval }
{ Missing/extra~'='~in~'#1'~(in~'..._keyval:Nn') }
\__kernel_msg_new:nnn { kernel } { unknown-comparison }
{ Relation~'#1'~not~among~=,~<,~>,~==,~!=,~<=,~>=. }
{ Relation~'#1'~not~among~=,<,>,==,!=,<=,>=. }
\__kernel_msg_new:nnn { kernel } { zero-step }
{ Zero~step~size~for~function~#1. }
\cs_if_exist:NF \tex_expanded:D
Expand Down

0 comments on commit 62252bf

Please sign in to comment.