Skip to content

Commit

Permalink
fix off-by-one test file (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
wspr committed Jan 18, 2019
1 parent c67b8ca commit aac5607
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions l3kernel/testfiles/m3box001.tlg
Expand Up @@ -20,7 +20,7 @@ This is a coding error.
LaTeX has been asked to create a new control sequence '\l_test_box' but this
name has already been used elsewhere.
The current meaning is:
\char"54
\char"55
Defining \l_test_box on line ...
\l_test_box=\box...
! LaTeX3 Error: Control sequence \l_test_box already defined.
Expand All @@ -31,7 +31,7 @@ This is a coding error.
LaTeX has been asked to create a new control sequence '\l_test_box' but this
name has already been used elsewhere.
The current meaning is:
\char"55
\char"56
Defining \l_test_box on line ...
\l_test_box=\box...
============================================================
Expand Down
2 changes: 1 addition & 1 deletion l3kernel/testfiles/m3coffins001.tlg
Expand Up @@ -30,7 +30,7 @@ This is a coding error.
LaTeX has been asked to create a new control sequence '\aaa' but this name has
already been used elsewhere.
The current meaning is:
\char"48
\char"49
Defining \aaa on line ...
\aaa=\box...
============================================================
Expand Down

0 comments on commit aac5607

Please sign in to comment.