Skip to content

Commit

Permalink
missed a test
Browse files Browse the repository at this point in the history
  • Loading branch information
wspr committed Jan 16, 2019
1 parent 0616a2f commit 1878abb
Showing 1 changed file with 40 additions and 42 deletions.
82 changes: 40 additions & 42 deletions l3kernel/testfiles/m3chk001.tlg
Expand Up @@ -33,13 +33,15 @@ FP
TEST 2: Use variables (undefined)
============================================================
CS
! LaTeX3 Error: Control sequence \cs_bbb: undefined.
For immediate help type H <return>.
...
! Undefined control sequence.
<argument> \LaTeX3 error:
Control sequence \cs_bbb: undefined.
l. ... }
This is a coding error.
LaTeX has been asked to use a control sequence '\cs_bbb:':
this has not been defined yet.
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> \cs_bbb:
l. ... }
Expand All @@ -48,13 +50,15 @@ of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! LaTeX3 Error: Control sequence \cs_bbb: undefined.
For immediate help type H <return>.
...
! Undefined control sequence.
<argument> \LaTeX3 error:
Control sequence \cs_bbb: undefined.
l. ... }
This is a coding error.
LaTeX has been asked to use a control sequence '\cs_bbb:':
this has not been defined yet.
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
============================================================
TL
! Undefined control sequence.
Expand Down Expand Up @@ -162,26 +166,23 @@ of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! You can't use `\edef' after \the.
\use:x #1->\cs_set_nopar:Npx
\l__exp_internal_tl {#1}\l__exp_internal_tl
l. ... }
I'm forgetting what you said and using zero instead.
! LaTeX3 Error: The variable \token_to_str:N \l_B_skip has not been declared
(LaTeX3) on line ....
For immediate help type H <return>.
...
! Undefined control sequence.
<argument> \LaTeX3 error:
The variable \l_B_skip has not been declared \ms...
l. ... }
This is a coding error.
Checking is active, and you have tried do so something like:
\tl_set:Nn \token_to_str:N \l_B_skip { ... }
without first having:
\tl_new:N \token_to_str:N \l_B_skip
LaTeX will create the variable and continue.
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! You can't use `\relax' after \the.
<recently read> \l_B_skip
l. ... }
I'm forgetting what you said and using zero instead.
! You can't use `the character 0' after \the.
<inserted text> 0
l. ... }
I'm forgetting what you said and using zero instead.
============================================================
MUSKIP
! Undefined control sequence.
Expand All @@ -193,26 +194,23 @@ of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! You can't use `\edef' after \the.
\use:x #1->\cs_set_nopar:Npx
\l__exp_internal_tl {#1}\l__exp_internal_tl
l. ... }
I'm forgetting what you said and using zero instead.
! LaTeX3 Error: The variable \token_to_str:N \l_B_muskip has not been
(LaTeX3) declared on line ....
For immediate help type H <return>.
...
! Undefined control sequence.
<argument> \LaTeX3 error:
The variable \l_B_muskip has not been declared \...
l. ... }
This is a coding error.
Checking is active, and you have tried do so something like:
\tl_set:Nn \token_to_str:N \l_B_muskip { ... }
without first having:
\tl_new:N \token_to_str:N \l_B_muskip
LaTeX will create the variable and continue.
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! You can't use `\relax' after \the.
<recently read> \l_B_muskip
l. ... }
I'm forgetting what you said and using zero instead.
! You can't use `the character 0' after \the.
<inserted text> 0
l. ... }
I'm forgetting what you said and using zero instead.
============================================================
BOX
! LaTeX3 Error: The variable \l_B_box has not been declared on line ....
Expand Down

0 comments on commit 1878abb

Please sign in to comment.