[latex3-commits] [git/LaTeX3-latex3-latex2e] master: Spurious space in error message (28b5993)

David Carlisle d.p.carlisle at gmail.com
Thu Mar 29 01:42:39 CEST 2018


Repository : https://github.com/latex3/latex2e
On branch  : master
Link       : https://github.com/latex3/latex2e/commit/28b599344147a127937c42ea5305df4fd4b4de7d

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

commit 28b599344147a127937c42ea5305df4fd4b4de7d
Author: David Carlisle <d.p.carlisle at gmail.com>
Date:   Thu Mar 29 00:42:39 2018 +0100

    Spurious space in error message


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

28b599344147a127937c42ea5305df4fd4b4de7d
 base/testfiles/tlb-inputenc-001.tlg      |    2 +-
 base/testfiles/tlb-utf8-undec-cp1252.tlg |    2 +-
 base/testfiles/tlb1144.tlg               |    2 +-
 base/testfiles/tlb3480.tlg               |    6 +++---
 base/utf8ienc.dtx                        |    2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/base/testfiles/tlb-inputenc-001.tlg b/base/testfiles/tlb-inputenc-001.tlg
index a024482..a766e01 100644
--- a/base/testfiles/tlb-inputenc-001.tlg
+++ b/base/testfiles/tlb-inputenc-001.tlg
@@ -4,7 +4,7 @@ LaTeX Font Info:    External font `cmex10' loaded for size
 (Font)              <7> on input line ....
 LaTeX Font Info:    External font `cmex10' loaded for size
 (Font)              <5> on input line ....
-! Package inputenc Error: Invalid UTF-8 byte sequence .
+! Package inputenc Error: Invalid UTF-8 byte sequence.
 See the inputenc package documentation for explanation.
 Type  H <return>  for immediate help.
  ...                                              
diff --git a/base/testfiles/tlb-utf8-undec-cp1252.tlg b/base/testfiles/tlb-utf8-undec-cp1252.tlg
index 7238647..676aa91 100644
--- a/base/testfiles/tlb-utf8-undec-cp1252.tlg
+++ b/base/testfiles/tlb-utf8-undec-cp1252.tlg
@@ -19,7 +19,7 @@ l. ...a^^d6 ^^93x^^94
 Your command was ignored.
 Type  I <command> <return>  to replace it with another command,
 or  <return>  to continue without it.
-! Package inputenc Error: Invalid UTF-8 byte sequence .
+! Package inputenc Error: Invalid UTF-8 byte sequence.
 See the inputenc package documentation for explanation.
 Type  H <return>  for immediate help.
  ...                                              
diff --git a/base/testfiles/tlb1144.tlg b/base/testfiles/tlb1144.tlg
index 5013ef6..c34e8f3 100644
--- a/base/testfiles/tlb1144.tlg
+++ b/base/testfiles/tlb1144.tlg
@@ -177,7 +177,7 @@ LaTeX Font Info:    External font `ecrm2488 at24.88pt' loaded as
 (Font)              T1/cmr/m/n/24.88  on input line ....
 LaTeX Font Info:    Switching to \T1/cmr/m/n/24.88  on input line ....
 LaTeX Font Info:    Changing size to 24.88/30.0pt on input line ....
-! Package inputenc Error: Invalid UTF-8 byte sequence .
+! Package inputenc Error: Invalid UTF-8 byte sequence.
 See the inputenc package documentation for explanation.
 Type  H <return>  for immediate help.
  ...                                              
diff --git a/base/testfiles/tlb3480.tlg b/base/testfiles/tlb3480.tlg
index f8d4d15..56cb425 100644
--- a/base/testfiles/tlb3480.tlg
+++ b/base/testfiles/tlb3480.tlg
@@ -21,7 +21,7 @@ LaTeX Font Info:    External font `cmex10' loaded for size
 (Font)              <5> on input line ....
  (utf8.def
 )
-! Package inputenc Error: Invalid UTF-8 byte sequence .
+! Package inputenc Error: Invalid UTF-8 byte sequence.
 See the inputenc package documentation for explanation.
 Type  H <return>  for immediate help.
  ...                                              
@@ -39,7 +39,7 @@ l. ...for them: ^^c3F ^^e1^^a4^^b6
 Your command was ignored.
 Type  I <command> <return>  to replace it with another command,
 or  <return>  to continue without it.
-! Package inputenc Error: Invalid UTF-8 byte sequence .
+! Package inputenc Error: Invalid UTF-8 byte sequence.
 See the inputenc package documentation for explanation.
 Type  H <return>  for immediate help.
  ...                                              
@@ -48,7 +48,7 @@ l. ......e that are not legal utf8 sequences: ^^c3X
 Your command was ignored.
 Type  I <command> <return>  to replace it with another command,
 or  <return>  to continue without it.
-! Package inputenc Error: Invalid UTF-8 byte sequence .
+! Package inputenc Error: Invalid UTF-8 byte sequence.
 See the inputenc package documentation for explanation.
 Type  H <return>  for immediate help.
  ...                                              
diff --git a/base/utf8ienc.dtx b/base/utf8ienc.dtx
index e029bec..b66abc3 100644
--- a/base/utf8ienc.dtx
+++ b/base/utf8ienc.dtx
@@ -312,7 +312,7 @@
 %
 %    \begin{macrocode}
      \else
-      \PackageError{inputenc}{Invalid UTF-8 byte sequence }\@eha
+      \PackageError{inputenc}{Invalid UTF-8 byte sequence}\@eha
      \fi         
 %    \end{macrocode}
 %





More information about the latex3-commits mailing list