[latex3-commits] [git/LaTeX3-latex3-latex3] gh931-errors-v2: Shorten some expandable errors to avoid LuaTeX-specific tests later on (98bd0d031)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Aug 26 10:41:54 CEST 2021


Repository : https://github.com/latex3/latex3
On branch  : gh931-errors-v2
Link       : https://github.com/latex3/latex3/commit/98bd0d031af595802a43d461e5eb0ed8e0fe24d1

>---------------------------------------------------------------

commit 98bd0d031af595802a43d461e5eb0ed8e0fe24d1
Author: Bruno Le Floch <blflatex at gmail.com>
Date:   Sun Aug 15 08:47:18 2021 +0200

    Shorten some expandable errors to avoid LuaTeX-specific tests later on


>---------------------------------------------------------------

98bd0d031af595802a43d461e5eb0ed8e0fe24d1
 l3kernel/l3file.dtx                         |  2 +-
 l3kernel/l3fp-logic.dtx                     |  4 ++--
 l3kernel/l3keys.dtx                         |  2 +-
 l3kernel/l3msg.dtx                          |  6 +++---
 l3kernel/l3regex.dtx                        |  2 +-
 l3kernel/testfiles/m3compare001.tlg         |  6 +++---
 l3kernel/testfiles/m3fp-basics005.lvt       |  2 +-
 l3kernel/testfiles/m3fp-basics005.tlg       |  2 +-
 l3kernel/testfiles/m3fp-logic004.luatex.tlg | 24 ++++++++++++------------
 l3kernel/testfiles/m3fp-logic004.tlg        | 24 ++++++++++++------------
 l3kernel/testfiles/m3int003.tlg             |  6 +++---
 l3kernel/testfiles/m3keyval001.tlg          |  2 +-
 l3kernel/testfiles/m3keyval002.tlg          |  8 ++++----
 l3kernel/testfiles/m3keyval003.tlg          |  8 ++++----
 l3kernel/testfiles/m3msg002.tlg             |  4 ++--
 l3kernel/testfiles/m3rand001.tlg            |  6 +++---
 l3kernel/testfiles/m3regex009.tlg           |  2 +-
 l3kernel/testfiles/m3skip005.lvt            |  2 +-
 l3kernel/testfiles/m3skip005.tlg            |  2 +-
 l3kernel/testfiles/m3skip006.tlg            |  6 +++---
 20 files changed, 60 insertions(+), 60 deletions(-)

diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx
index 2b85b49df..865cd37db 100644
--- a/l3kernel/l3file.dtx
+++ b/l3kernel/l3file.dtx
@@ -3731,7 +3731,7 @@
     File~names~must~contain~balanced~numbers~of~quotes~(").
   }
 \__kernel_msg_new:nnnn { kernel } { iow-indent }
-  { Only~#1 (arg~1)~allows~#2 }
+  { Only~#1 allows~#2 }
   {
     The~command~#2 can~only~be~used~in~messages~
     which~will~be~wrapped~using~#1.
diff --git a/l3kernel/l3fp-logic.dtx b/l3kernel/l3fp-logic.dtx
index 5e79cff9e..e590fee69 100644
--- a/l3kernel/l3fp-logic.dtx
+++ b/l3kernel/l3fp-logic.dtx
@@ -509,9 +509,9 @@
 \__kernel_msg_new:nnn { fp } { step-tuple }
   { Tuple~argument~in~fp_step_...~{#1}{#2}{#3}. }
 \__kernel_msg_new:nnn { fp } { bad-step }
-  { Invalid~step~size~#2~in~step~function~#3. }
+  { Invalid~step~size~#2~for~function~#3. }
 \__kernel_msg_new:nnn { fp } { tiny-step }
-  { Tiny~step~size~(#1+#2=#1)~in~step~function~#3. }
+  { Tiny~step~size~(#1+#2=#1)~for~function~#3. }
 %    \end{macrocode}
 %
 % \subsection{Extrema}
diff --git a/l3kernel/l3keys.dtx b/l3kernel/l3keys.dtx
index af7ed2f1e..5e232497f 100644
--- a/l3kernel/l3keys.dtx
+++ b/l3kernel/l3keys.dtx
@@ -1354,7 +1354,7 @@
 % Two messages for the low level parsing system.
 %    \begin{macrocode}
 \__kernel_msg_new:nnn { keyval } { misplaced-equals-sign }
-  { Misplaced~equals~sign~in~key-value~input~\msg_line_context: }
+  { Misplaced~'='~in~key-value~input~\msg_line_context: }
 \__kernel_msg_new:nnn { keyval } { blank-key-name }
   { Blank~key~name~in~key-value~input~\msg_line_context: }
 %    \end{macrocode}
diff --git a/l3kernel/l3msg.dtx b/l3kernel/l3msg.dtx
index 09e4c7a25..b527defe6 100644
--- a/l3kernel/l3msg.dtx
+++ b/l3kernel/l3msg.dtx
@@ -1919,7 +1919,7 @@
     Only~expandable~tests~can~have~a~predicate~version.
   }
 \__kernel_msg_new:nnn { kernel } { randint-backward-range }
-  { Bounds~ordered~backwards~in~\iow_char:N\\int_rand:nn~{#1}~{#2}. }
+  { Wrong~order~of~bounds~in~\iow_char:N\\int_rand:nn{#1}{#2}. }
 \__kernel_msg_new:nnnn { kernel } { conditional-form-unknown }
   { Conditional~form~'#1'~for~function~'#2'~unknown. }
   {
@@ -2097,9 +2097,9 @@
 \__kernel_msg_new:nnn { prop } { prop-keyval }
   { Missing/extra~'='~in~'#1'~(in~'..._keyval:Nn') }
 \__kernel_msg_new:nnn { kernel } { unknown-comparison }
-  { Relation~'#1'~unknown:~use~=,~<,~>,~==,~!=,~<=,~>=. }
+  { Relation~'#1'~not~among~=,~<,~>,~==,~!=,~<=,~>=. }
 \__kernel_msg_new:nnn { kernel } { zero-step }
-  { Zero~step~size~for~step~function~#1. }
+  { Zero~step~size~for~function~#1. }
 \cs_if_exist:NF \tex_expanded:D
   {
     \__kernel_msg_new:nnn { kernel } { e-type }
diff --git a/l3kernel/l3regex.dtx b/l3kernel/l3regex.dtx
index 5005284d3..e2246a09e 100644
--- a/l3kernel/l3regex.dtx
+++ b/l3kernel/l3regex.dtx
@@ -7288,7 +7288,7 @@
 \use:x
   {
     \__kernel_msg_new:nnn { regex } { trailing-backslash }
-      { Trailing~escape~char~'\iow_char:N\\'~in~regex~or~replacement. }
+      { Trailing~'\iow_char:N\\'~in~regex~or~replacement. }
     \__kernel_msg_new:nnn { regex } { x-missing-rbrace }
       {
         Missing~brace~'\iow_char:N\}'~in~regex~
diff --git a/l3kernel/testfiles/m3compare001.tlg b/l3kernel/testfiles/m3compare001.tlg
index 213f89eb8..8cd4df2cb 100644
--- a/l3kernel/testfiles/m3compare001.tlg
+++ b/l3kernel/testfiles/m3compare001.tlg
@@ -418,7 +418,7 @@ TEST 3: Some more erroneous comparisons
 ============================================================
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Relation ':' unknown: use =, <, >, ==, !=, <=, >=.
+                           Relation ':' not among =, <, >, ==, !=, <=, >=.
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -427,7 +427,7 @@ spelling (e.g., `I\hbox'). Otherwise just continue,
 and I'll forget about whatever was undefined.
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Relation ':' unknown: use =, <, >, ==, !=, <=, >=.
+                           Relation ':' not among =, <, >, ==, !=, <=, >=.
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -436,7 +436,7 @@ spelling (e.g., `I\hbox'). Otherwise just continue,
 and I'll forget about whatever was undefined.
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Relation '\?' unknown: use =, <, >, ==, !=, <=, >=.
+                           Relation '\?' not among =, <, >, ==, !=, <=, >=.
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
diff --git a/l3kernel/testfiles/m3fp-basics005.lvt b/l3kernel/testfiles/m3fp-basics005.lvt
index 4732e4f80..1479108c7 100644
--- a/l3kernel/testfiles/m3fp-basics005.lvt
+++ b/l3kernel/testfiles/m3fp-basics005.lvt
@@ -22,7 +22,7 @@
     \TYPE { \fp_to_tl:n { sqrt(+0) } }
     \TYPE { \fp_to_tl:n { sqrt(-1) } }
     \TYPE { \fp_to_tl:n { sqrt(+1) } }
-    \TYPE { \fp_to_tl:n { sqrt(-.9999999999999999e10000) } }
+    \TYPE { \fp_to_tl:n { sqrt(-.999999999999e10000) } }
     \TYPE { \fp_to_tl:n { sqrt(+.9999999999999999e10000) } }
     \TYPE { \fp_to_tl:n { sqrt(-.1e-10000) } }
     \TYPE { \fp_to_tl:n { sqrt(+.1e-10000) } }
diff --git a/l3kernel/testfiles/m3fp-basics005.tlg b/l3kernel/testfiles/m3fp-basics005.tlg
index 6b4c71e98..d854675af 100644
--- a/l3kernel/testfiles/m3fp-basics005.tlg
+++ b/l3kernel/testfiles/m3fp-basics005.tlg
@@ -19,7 +19,7 @@ nan
 1
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Invalid operation sqrt(-9.999999999999999e9999)
+                           Invalid operation sqrt(-9.99999999999e9999)
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
diff --git a/l3kernel/testfiles/m3fp-logic004.luatex.tlg b/l3kernel/testfiles/m3fp-logic004.luatex.tlg
index 9b97d6283..acd913ba8 100644
--- a/l3kernel/testfiles/m3fp-logic004.luatex.tlg
+++ b/l3kernel/testfiles/m3fp-logic004.luatex.tlg
@@ -6,7 +6,7 @@ TEST 1: fp_step_function
 ============================================================
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                Zero step size for step function \TYPE .
+                Zero step size for function \TYPE .
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -15,7 +15,7 @@ spelling (e.g., `I\hbox'). Otherwise just continue,
 and I'll forget about whatever was undefined.
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                Invalid step size inf in step function \TYPE .
+                Invalid step size inf for function \TYPE .
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -33,7 +33,7 @@ spelling (e.g., `I\hbox'). Otherwise just continue,
 and I'll forget about whatever was undefined.
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                Tiny step size (-inf+1=-inf) in step function \test_type:n .
+                Tiny step size (-inf+1=-inf) for function \test_type:n .
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -42,7 +42,7 @@ spelling (e.g., `I\hbox'). Otherwise just continue,
 and I'll forget about whatever was undefined.
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                Tiny step size (1e16+1=1e16) in step function \TYPE .
+                Tiny step size (1e16+1=1e16) for function \TYPE .
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -117,7 +117,7 @@ TEST 2: fp_step_inline
 0
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                Zero step size for step function \__fp_map_1:w .
+                Zero step size for function \__fp_map_1:w .
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -126,7 +126,7 @@ spelling (e.g., `I\hbox'). Otherwise just continue,
 and I'll forget about whatever was undefined.
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                Invalid step size inf in step function \__fp_map_1:w .
+                Invalid step size inf for function \__fp_map_1:w .
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -145,7 +145,7 @@ and I'll forget about whatever was undefined.
 -10000000000000000000000000000...
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                Tiny step size (-inf+1=-inf) in step function \__fp_map_1:w .
+                Tiny step size (-inf+1=-inf) for function \__fp_map_1:w .
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -157,7 +157,7 @@ and I'll forget about whatever was undefined.
 10000000000000000
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                Tiny step size (1e16+1=1e16) in step function \__fp_map_1:w .
+                Tiny step size (1e16+1=1e16) for function \__fp_map_1:w .
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -192,7 +192,7 @@ TEST 3: fp_step_variable
 0
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                Zero step size for step function \__fp_map_1:w .
+                Zero step size for function \__fp_map_1:w .
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -201,7 +201,7 @@ spelling (e.g., `I\hbox'). Otherwise just continue,
 and I'll forget about whatever was undefined.
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                Invalid step size inf in step function \__fp_map_1:w .
+                Invalid step size inf for function \__fp_map_1:w .
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -220,7 +220,7 @@ and I'll forget about whatever was undefined.
 -10000000000000000000000000000...
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                Tiny step size (-inf+1=-inf) in step function \__fp_map_1:w .
+                Tiny step size (-inf+1=-inf) for function \__fp_map_1:w .
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -232,7 +232,7 @@ and I'll forget about whatever was undefined.
 10000000000000000
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                Tiny step size (1e16+1=1e16) in step function \__fp_map_1:w .
+                Tiny step size (1e16+1=1e16) for function \__fp_map_1:w .
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
diff --git a/l3kernel/testfiles/m3fp-logic004.tlg b/l3kernel/testfiles/m3fp-logic004.tlg
index e4fc90593..24f432f13 100644
--- a/l3kernel/testfiles/m3fp-logic004.tlg
+++ b/l3kernel/testfiles/m3fp-logic004.tlg
@@ -6,7 +6,7 @@ TEST 1: fp_step_function
 ============================================================
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Zero step size for step function \TYPE .
+                           Zero step size for function \TYPE .
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -15,7 +15,7 @@ spelling (e.g., `I\hbox'). Otherwise just continue,
 and I'll forget about whatever was undefined.
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Invalid step size inf in step function \TYPE .
+                           Invalid step size inf for function \TYPE .
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -33,7 +33,7 @@ spelling (e.g., `I\hbox'). Otherwise just continue,
 and I'll forget about whatever was undefined.
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Tiny step size (-inf+1=-inf) in step function \te...
+                           Tiny step size (-inf+1=-inf) for function \test_t...
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -42,7 +42,7 @@ spelling (e.g., `I\hbox'). Otherwise just continue,
 and I'll forget about whatever was undefined.
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Tiny step size (1e16+1=1e16) in step function \TY...
+                           Tiny step size (1e16+1=1e16) for function \TYPE .
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -117,7 +117,7 @@ TEST 2: fp_step_inline
 0
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Zero step size for step function \__fp_map_1:w .
+                           Zero step size for function \__fp_map_1:w .
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -126,7 +126,7 @@ spelling (e.g., `I\hbox'). Otherwise just continue,
 and I'll forget about whatever was undefined.
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Invalid step size inf in step function \__fp_map_...
+                           Invalid step size inf for function \__fp_map_1:w .
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -145,7 +145,7 @@ and I'll forget about whatever was undefined.
 -10000000000000000000000000000...
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Tiny step size (-inf+1=-inf) in step function \__...
+                           Tiny step size (-inf+1=-inf) for function \__fp_m...
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -157,7 +157,7 @@ and I'll forget about whatever was undefined.
 10000000000000000
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Tiny step size (1e16+1=1e16) in step function \__...
+                           Tiny step size (1e16+1=1e16) for function \__fp_m...
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -192,7 +192,7 @@ TEST 3: fp_step_variable
 0
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Zero step size for step function \__fp_map_1:w .
+                           Zero step size for function \__fp_map_1:w .
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -201,7 +201,7 @@ spelling (e.g., `I\hbox'). Otherwise just continue,
 and I'll forget about whatever was undefined.
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Invalid step size inf in step function \__fp_map_...
+                           Invalid step size inf for function \__fp_map_1:w .
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -220,7 +220,7 @@ and I'll forget about whatever was undefined.
 -10000000000000000000000000000...
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Tiny step size (-inf+1=-inf) in step function \__...
+                           Tiny step size (-inf+1=-inf) for function \__fp_m...
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -232,7 +232,7 @@ and I'll forget about whatever was undefined.
 10000000000000000
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Tiny step size (1e16+1=1e16) in step function \__...
+                           Tiny step size (1e16+1=1e16) for function \__fp_m...
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
diff --git a/l3kernel/testfiles/m3int003.tlg b/l3kernel/testfiles/m3int003.tlg
index f56f8cc87..163b950df 100644
--- a/l3kernel/testfiles/m3int003.tlg
+++ b/l3kernel/testfiles/m3int003.tlg
@@ -117,7 +117,7 @@ TEST 8: Stepwise
 ============================================================
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Zero step size for step function \myfunc .
+                           Zero step size for function \myfunc .
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -159,7 +159,7 @@ NO
 ============================================================
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Zero step size for step function \__int_map_1:w .
+                           Zero step size for function \__int_map_1:w .
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -201,7 +201,7 @@ NO
 ============================================================
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Zero step size for step function \__int_map_1:w .
+                           Zero step size for function \__int_map_1:w .
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
diff --git a/l3kernel/testfiles/m3keyval001.tlg b/l3kernel/testfiles/m3keyval001.tlg
index 448ecd031..9fb1d9dfd 100644
--- a/l3kernel/testfiles/m3keyval001.tlg
+++ b/l3kernel/testfiles/m3keyval001.tlg
@@ -50,7 +50,7 @@ KEY NO VAL: "a"
 ============================================================
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Misplaced equals sign in key-value input on line ...
+                           Misplaced '=' in key-value input on line ...
 l. ...}
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
diff --git a/l3kernel/testfiles/m3keyval002.tlg b/l3kernel/testfiles/m3keyval002.tlg
index bade2af20..1905dcd0e 100644
--- a/l3kernel/testfiles/m3keyval002.tlg
+++ b/l3kernel/testfiles/m3keyval002.tlg
@@ -70,7 +70,7 @@ TEST 3: multiple equals errors
 ============================================================
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Misplaced equals sign in key-value input on line ...
+                           Misplaced '=' in key-value input on line ...
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -79,7 +79,7 @@ spelling (e.g., `I\hbox'). Otherwise just continue,
 and I'll forget about whatever was undefined.
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Misplaced equals sign in key-value input on line ...
+                           Misplaced '=' in key-value input on line ...
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -88,7 +88,7 @@ spelling (e.g., `I\hbox'). Otherwise just continue,
 and I'll forget about whatever was undefined.
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Misplaced equals sign in key-value input on line ...
+                           Misplaced '=' in key-value input on line ...
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -97,7 +97,7 @@ spelling (e.g., `I\hbox'). Otherwise just continue,
 and I'll forget about whatever was undefined.
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Misplaced equals sign in key-value input on line ...
+                           Misplaced '=' in key-value input on line ...
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
diff --git a/l3kernel/testfiles/m3keyval003.tlg b/l3kernel/testfiles/m3keyval003.tlg
index 6df39d016..5bc3ffe39 100644
--- a/l3kernel/testfiles/m3keyval003.tlg
+++ b/l3kernel/testfiles/m3keyval003.tlg
@@ -12,7 +12,7 @@ TEST 2: errors with several tokens
 ============================================================
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Misplaced equals sign in key-value input on line ...
+                           Misplaced '=' in key-value input on line ...
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -21,7 +21,7 @@ spelling (e.g., `I\hbox'). Otherwise just continue,
 and I'll forget about whatever was undefined.
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Misplaced equals sign in key-value input on line ...
+                           Misplaced '=' in key-value input on line ...
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -30,7 +30,7 @@ spelling (e.g., `I\hbox'). Otherwise just continue,
 and I'll forget about whatever was undefined.
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Misplaced equals sign in key-value input on line ...
+                           Misplaced '=' in key-value input on line ...
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -39,7 +39,7 @@ spelling (e.g., `I\hbox'). Otherwise just continue,
 and I'll forget about whatever was undefined.
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Misplaced equals sign in key-value input on line ...
+                           Misplaced '=' in key-value input on line ...
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
diff --git a/l3kernel/testfiles/m3msg002.tlg b/l3kernel/testfiles/m3msg002.tlg
index 0dc7b4e99..5aea544a4 100644
--- a/l3kernel/testfiles/m3msg002.tlg
+++ b/l3kernel/testfiles/m3msg002.tlg
@@ -174,7 +174,7 @@ a foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo
 TEST 7: Misused indentation
 ============================================================
 1
-! LaTeX3 Error: Only \iow_wrap:nnnN (arg 1) allows \iow_indent:n 
+! LaTeX3 Error: Only \iow_wrap:nnnN allows \iow_indent:n 
 For immediate help type H <return>.
  ...                                              
 l. ...  }
@@ -183,7 +183,7 @@ using \iow_wrap:nnnN . It was called with argument '\TYPE {2}'.
 2
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Only \iow_wrap:nnnN (arg 1) allows \iow_indent:n 
+                           Only \iow_wrap:nnnN allows \iow_indent:n 
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
diff --git a/l3kernel/testfiles/m3rand001.tlg b/l3kernel/testfiles/m3rand001.tlg
index b62f6c175..d231d9986 100644
--- a/l3kernel/testfiles/m3rand001.tlg
+++ b/l3kernel/testfiles/m3rand001.tlg
@@ -170,7 +170,7 @@ spelling (e.g., `I\hbox'). Otherwise just continue,
 and I'll forget about whatever was undefined.
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Bounds ordered backwards in \int_rand:nn {1} {0}.
+                           Wrong order of bounds in \int_rand:nn{1}{0}.
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -280,7 +280,7 @@ TEST 10: Random integer in a range
 ============================================================
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Bounds ordered backwards in \int_rand:nn {1} {-1}.
+                           Wrong order of bounds in \int_rand:nn{1}{-1}.
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -297,7 +297,7 @@ TEST 11: Random intarray item
 ============================================================
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Bounds ordered backwards in \int_rand:nn {1} {0}.
+                           Wrong order of bounds in \int_rand:nn{1}{0}.
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
diff --git a/l3kernel/testfiles/m3regex009.tlg b/l3kernel/testfiles/m3regex009.tlg
index 9d335ccd3..c53ecc9ee 100644
--- a/l3kernel/testfiles/m3regex009.tlg
+++ b/l3kernel/testfiles/m3regex009.tlg
@@ -7,7 +7,7 @@ TEST 1: Malformed letter escapes
 "\"
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Trailing escape char '\' in regex or replacement.
+                           Trailing '\' in regex or replacement.
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
diff --git a/l3kernel/testfiles/m3skip005.lvt b/l3kernel/testfiles/m3skip005.lvt
index e79d34f6c..32d4da032 100644
--- a/l3kernel/testfiles/m3skip005.lvt
+++ b/l3kernel/testfiles/m3skip005.lvt
@@ -45,7 +45,7 @@
   {
     \dim_log:n { 1 pt 2 pt }
     \dim_set:Nn \l_tmpa_dim { 3pt * 0pt ) }
-    \dim_compare:nNnTF { 1 cm / 3 pt } < { 2 in } { } { }
+    \dim_compare:nNnTF { 1 cm / 37 pt } < { 2 in } { } { }
     \skip_log:n { 1 mu }
     \skip_add:Nn \l_tmpa_skip { 2 inches }
     \muskip_log:n { 1 mu 2 }
diff --git a/l3kernel/testfiles/m3skip005.tlg b/l3kernel/testfiles/m3skip005.tlg
index 9db1c65dc..9f2254474 100644
--- a/l3kernel/testfiles/m3skip005.tlg
+++ b/l3kernel/testfiles/m3skip005.tlg
@@ -78,7 +78,7 @@ spelling (e.g., `I\hbox'). Otherwise just continue,
 and I'll forget about whatever was undefined.
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           '9.48425ptpt\scan_stop: ' in \dim_compare:nNnTF 
+                           '0.769ptpt\scan_stop: ' in \dim_compare:nNnTF 
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
diff --git a/l3kernel/testfiles/m3skip006.tlg b/l3kernel/testfiles/m3skip006.tlg
index e5c9dac1a..b8907510f 100644
--- a/l3kernel/testfiles/m3skip006.tlg
+++ b/l3kernel/testfiles/m3skip006.tlg
@@ -6,7 +6,7 @@ TEST 1: dim_step_function
 ============================================================
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Zero step size for step function \TYPE .
+                           Zero step size for function \TYPE .
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -41,7 +41,7 @@ TEST 2: dim_step_inline
 0.09995pt
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Zero step size for step function \__dim_map_1:w .
+                           Zero step size for function \__dim_map_1:w .
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
@@ -74,7 +74,7 @@ TEST 3: dim_step_variable
 0.09995pt
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
-                           Zero step size for step function \__dim_map_1:w .
+                           Zero step size for function \__dim_map_1:w .
 l. ...  }
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have





More information about the latex3-commits mailing list.