[latex3-commits] [l3svn] branch master updated: 'Standardise' some messages

noreply at latex-project.org noreply at latex-project.org
Sat Apr 22 22:03:38 CEST 2017


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  82d7321   'Standardise' some messages
82d7321 is described below

commit 82d7321e4bdc73d93072e8774cdb4e42f30cfafa
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Apr 22 20:51:54 2017 +0100

    'Standardise' some messages
    
    We've gone for '...' generally.
---
 l3experimental/l3str/l3regex.dtx              |  140 +++++++--------
 l3experimental/l3str/testfiles/m3regex001.tlg |    2 +-
 l3experimental/l3str/testfiles/m3regex005.tlg |    6 +-
 l3experimental/l3str/testfiles/m3regex007.tlg |   22 +--
 l3experimental/l3str/testfiles/m3regex009.tlg |  232 ++++++++++++-------------
 5 files changed, 201 insertions(+), 201 deletions(-)

diff --git a/l3experimental/l3str/l3regex.dtx b/l3experimental/l3str/l3regex.dtx
index d1f28a9..66bd593 100644
--- a/l3experimental/l3str/l3regex.dtx
+++ b/l3experimental/l3str/l3regex.dtx
@@ -5896,23 +5896,23 @@
 % Messages for the preparsing phase.
 %    \begin{macrocode}
 \__msg_kernel_new:nnnn { regex } { trailing-backslash }
-  { Trailing~escape~character~`\iow_char:N\\'. }
+  { Trailing~escape~character~'\iow_char:N\\'. }
   {
     A~regular~expression~or~its~replacement~text~ends~with~
-    the~escape~character~`\iow_char:N\\'.~It~will~be~ignored.
+    the~escape~character~'\iow_char:N\\'.~It~will~be~ignored.
   }
 \__msg_kernel_new:nnnn { regex } { x-missing-rbrace }
-  { Missing~closing~brace~in~`\iow_char:N\\x'~hexadecimal~sequence. }
+  { Missing~closing~brace~in~'\iow_char:N\\x'~hexadecimal~sequence. }
   {
     You~wrote~something~like~
-    `\iow_char:N\\x\{...#1'.~
+    '\iow_char:N\\x\{...#1'.~
     The~closing~brace~is~missing.
   }
 \__msg_kernel_new:nnnn { regex } { x-overflow }
-  { Character~code~`#1'~too~large~in~`\iow_char:N\\x'~hexadecimal~sequence. }
+  { Character~code~'#1'~too~large~in~'\iow_char:N\\x'~hexadecimal~sequence. }
   {
     You~wrote~something~like~
-    `\iow_char:N\\x\{\int_to_Hex:n{#1}\}'.~
+    '\iow_char:N\\x\{\int_to_Hex:n{#1}\}'.~
     The~character~code~#1~is~larger~than~
     the~maximum~value~\int_use:N \c_max_char_int.
   }
@@ -5921,11 +5921,11 @@
 % Invalid quantifier.
 %    \begin{macrocode}
 \__msg_kernel_new:nnnn { regex } { invalid-quantifier }
-  { Braced~quantifier~`#1'~may~not~be~followed~by~`#2'. }
+  { Braced~quantifier~'#1'~may~not~be~followed~by~'#2'. }
   {
-    The~character~`#2'~is~invalid~in~the~braced~quantifier~`#1'.~
-    The~only~valid~quantifiers~are~`*',~`?',~`+',~`{<int>}',~
-    `{<min>,}'~and~`{<min>,<max>}',~optionally~followed~by~`?'.
+    The~character~'#2'~is~invalid~in~the~braced~quantifier~'#1'.~
+    The~only~valid~quantifiers~are~'*',~'?',~'+',~'{<int>}',~
+    '{<min>,}'~and~'{<min>,<max>}',~optionally~followed~by~'?'.
   }
 %    \end{macrocode}
 %
@@ -5936,7 +5936,7 @@
   { Missing~right~bracket~inserted~in~regular~expression. }
   {
     LaTeX~was~given~a~regular~expression~where~a~character~class~
-    was~started~with~`[',~but~the~matching~`]'~is~missing.
+    was~started~with~'[',~but~the~matching~']'~is~missing.
   }
 \__msg_kernel_new:nnnn { regex } { missing-rparen }
   {
@@ -5960,7 +5960,7 @@
 %    \begin{macrocode}
 \__msg_kernel_new:nnnn { regex } { bad-escape }
   {
-    Invalid~escape~`\iow_char:N\\#1'~
+    Invalid~escape~'\iow_char:N\\#1'~
     \@@_if_in_cs:TF { within~a~control~sequence. }
       {
         \@@_if_in_class:TF
@@ -5969,16 +5969,16 @@
       }
   }
   {
-    The~escape~sequence~`\iow_char:N\\#1'~may~not~appear~
+    The~escape~sequence~'\iow_char:N\\#1'~may~not~appear~
     \@@_if_in_cs:TF
       {
         within~a~control~sequence~test~introduced~by~
-        `\iow_char:N\\c\iow_char:N\{'.
+        '\iow_char:N\\c\iow_char:N\{'.
       }
       {
         \@@_if_in_class:TF
           { within~a~character~class~ }
-          { following~a~category~test~such~as~`\iow_char:N\\cL'~ }
+          { following~a~category~test~such~as~'\iow_char:N\\cL'~ }
         because~it~does~not~match~exactly~one~character.
       }
   }
@@ -5987,96 +5987,96 @@
 % Range errors.
 %    \begin{macrocode}
 \__msg_kernel_new:nnnn { regex } { range-missing-end }
-  { Invalid~end-point~for~range~`#1-#2'~in~character~class. }
+  { Invalid~end-point~for~range~'#1-#2'~in~character~class. }
   {
-    The~end-point~`#2'~of~the~range~`#1-#2'~may~not~serve~as~an~
+    The~end-point~'#2'~of~the~range~'#1-#2'~may~not~serve~as~an~
     end-point~for~a~range:~alphanumeric~characters~should~not~be~
     escaped,~and~non-alphanumeric~characters~should~be~escaped.
   }
 \__msg_kernel_new:nnnn { regex } { range-backwards }
-  { Range~`[#1-#2]'~out~of~order~in~character~class. }
+  { Range~'[#1-#2]'~out~of~order~in~character~class. }
   {
-    In~ranges~of~characters~`[x-y]'~appearing~in~character~classes,~
+    In~ranges~of~characters~'[x-y]'~appearing~in~character~classes,~
     the~first~character~code~must~not~be~larger~than~the~second.~
-    Here,~`#1'~has~character~code~\int_eval:n {`#1},~while~
-    `#2'~has~character~code~\int_eval:n {`#2}.
+    Here,~'#1'~has~character~code~\int_eval:n {`#1},~while~
+    '#2'~has~character~code~\int_eval:n {`#2}.
   }
 %    \end{macrocode}
 %
 % Errors related to |\c| and |\u|.
 %    \begin{macrocode}
 \__msg_kernel_new:nnnn { regex } { c-bad-mode }
-  { Invalid~nested~`\iow_char:N\\c'~escape~in~regular~expression. }
+  { Invalid~nested~'\iow_char:N\\c'~escape~in~regular~expression. }
   {
-    The~`\iow_char:N\\c'~escape~cannot~be~used~within~
-    a~control~sequence~test~`\iow_char:N\\c{...}'.~
-    To~combine~several~category~tests,~use~`\iow_char:N\\c[...]'.
+    The~'\iow_char:N\\c'~escape~cannot~be~used~within~
+    a~control~sequence~test~'\iow_char:N\\c{...}'.~
+    To~combine~several~category~tests,~use~'\iow_char:N\\c[...]'.
   }
 \__msg_kernel_new:nnnn { regex } { c-missing-rbrace }
-  { Missing~right~brace~inserted~for~`\iow_char:N\\c'~escape. }
+  { Missing~right~brace~inserted~for~'\iow_char:N\\c'~escape. }
   {
     LaTeX~was~given~a~regular~expression~where~a~
-    `\iow_char:N\\c\iow_char:N\{...'~construction~was~not~ended~
-    with~a~closing~brace~`\iow_char:N\}'.
+    '\iow_char:N\\c\iow_char:N\{...'~construction~was~not~ended~
+    with~a~closing~brace~'\iow_char:N\}'.
   }
 \__msg_kernel_new:nnnn { regex } { c-missing-rbrack }
-  { Missing~right~bracket~inserted~for~`\iow_char:N\\c'~escape. }
+  { Missing~right~bracket~inserted~for~'\iow_char:N\\c'~escape. }
   {
-    A~construction~`\iow_char:N\\c[...'~appears~in~a~
-    regular~expression,~but~the~closing~`]'~is~not~present.
+    A~construction~'\iow_char:N\\c[...'~appears~in~a~
+    regular~expression,~but~the~closing~']'~is~not~present.
   }
 \__msg_kernel_new:nnnn { regex } { c-missing-category }
-  { Invalid~character~`#1'~following~`\iow_char:N\\c'~escape. }
+  { Invalid~character~'#1'~following~'\iow_char:N\\c'~escape. }
   {
-    In~regular~expressions,~the~`\iow_char:N\\c'~escape~sequence~
+    In~regular~expressions,~the~'\iow_char:N\\c'~escape~sequence~
     may~only~be~followed~by~a~left~brace,~a~left~bracket,~or~a~
     capital~letter~representing~a~character~category,~namely~
-    one~of~`ABCDELMOPSTU'.
+    one~of~'ABCDELMOPSTU'.
   }
 \__msg_kernel_new:nnnn { regex } { c-trailing }
-  { Trailing~category~code~escape~`\iow_char:N\\c'... }
+  { Trailing~category~code~escape~'\iow_char:N\\c'... }
   {
-    A~regular~expression~ends~with~`\iow_char:N\\c'~followed~
+    A~regular~expression~ends~with~'\iow_char:N\\c'~followed~
     by~a~letter.~It~will~be~ignored.
   }
 \__msg_kernel_new:nnnn { regex } { u-missing-lbrace }
-  { Missing~left~brace~following~`\iow_char:N\\u'~escape. }
+  { Missing~left~brace~following~'\iow_char:N\\u'~escape. }
   {
-    The~`\iow_char:N\\u'~escape~sequence~must~be~followed~by~
+    The~'\iow_char:N\\u'~escape~sequence~must~be~followed~by~
     a~brace~group~with~the~name~of~the~variable~to~use.
   }
 \__msg_kernel_new:nnnn { regex } { u-missing-rbrace }
-  { Missing~right~brace~inserted~for~`\iow_char:N\\u'~escape. }
+  { Missing~right~brace~inserted~for~'\iow_char:N\\u'~escape. }
   {
     LaTeX~
     \str_if_eq_x:nnTF { } {#2}
       { reached~the~end~of~the~string~ }
-      { encountered~an~escaped~alphanumeric~character `\iow_char:N\\#2'~ }
-    when~parsing~the~argument~of~an~`\iow_char:N\\u\iow_char:N\{...\}'~escape.
+      { encountered~an~escaped~alphanumeric~character '\iow_char:N\\#2'~ }
+    when~parsing~the~argument~of~an~'\iow_char:N\\u\iow_char:N\{...\}'~escape.
   }
 %    \end{macrocode}
 %
 % Errors when encountering the \textsc{posix} syntax |[:...:]|.
 %    \begin{macrocode}
 \__msg_kernel_new:nnnn { regex } { posix-unsupported }
-  { POSIX~collating~element~`[#1 ~ #1]'~not~supported. }
+  { POSIX~collating~element~'[#1 ~ #1]'~not~supported. }
   {
-    The~`[.foo.]'~and~`[=bar=]'~syntaxes~have~a~special~meaning~
+    The~'[.foo.]'~and~'[=bar=]'~syntaxes~have~a~special~meaning~
     in~POSIX~regular~expressions.~This~is~not~supported~by~LaTeX.~
     Maybe~you~forgot~to~escape~a~left~bracket~in~a~character~class?
   }
 \__msg_kernel_new:nnnn { regex } { posix-unknown }
-  { POSIX~class~`[:#1:]'~unknown. }
+  { POSIX~class~'[:#1:]'~unknown. }
   {
-    `[:#1:]'~is~not~among~the~known~POSIX~classes~
-    `[:alnum:]',~`[:alpha:]',~`[:ascii:]',~`[:blank:]',~
-    `[:cntrl:]',~`[:digit:]',~`[:graph:]',~`[:lower:]',~
-    `[:print:]',~`[:punct:]',~`[:space:]',~`[:upper:]',~
-    `[:word:]',~and~`[:xdigit:]'.
+    '[:#1:]'~is~not~among~the~known~POSIX~classes~
+    '[:alnum:]',~'[:alpha:]',~'[:ascii:]',~'[:blank:]',~
+    '[:cntrl:]',~'[:digit:]',~'[:graph:]',~'[:lower:]',~
+    '[:print:]',~'[:punct:]',~'[:space:]',~'[:upper:]',~
+    '[:word:]',~and~'[:xdigit:]'.
   }
 \__msg_kernel_new:nnnn { regex } { posix-missing-close }
-  { Missing~closing~`:]'~for~POSIX~class. }
-  { The~POSIX~syntax~`#1'~must~be~followed~by~`:]',~not~`#2'. }
+  { Missing~closing~':]'~for~POSIX~class. }
+  { The~POSIX~syntax~'#1'~must~be~followed~by~':]',~not~'#2'. }
 %    \end{macrocode}
 %
 % In various cases, the result of a \pkg{l3regex} operation can leave us
@@ -6096,53 +6096,53 @@
 % Error message for unknown options.
 %    \begin{macrocode}
 \__msg_kernel_new:nnnn { regex } { unknown-option }
-  { Unknown~option~`#1'~for~regular~expressions. }
+  { Unknown~option~'#1'~for~regular~expressions. }
   {
-    The~only~available~option~is~`case-insensitive',~toggled~by~
-    `(?i)'~and~`(?-i)'.
+    The~only~available~option~is~'case-insensitive',~toggled~by~
+    '(?i)'~and~'(?-i)'.
   }
 \__msg_kernel_new:nnnn { regex } { special-group-unknown }
-  { Unknown~special~group~`#1~...'~in~a~regular~expression. }
+  { Unknown~special~group~'#1~...'~in~a~regular~expression. }
   {
-    The~only~valid~constructions~starting~with~`(?'~are~
-    `(?:~...~)',~`(?|~...~)',~`(?i)',~and~`(?-i)'.
+    The~only~valid~constructions~starting~with~'(?'~are~
+    '(?:~...~)',~'(?|~...~)',~'(?i)',~and~'(?-i)'.
   }
 %    \end{macrocode}
 %
 % Errors in the replacement text.
 %    \begin{macrocode}
 \__msg_kernel_new:nnnn { regex } { replacement-c }
-  { Misused~`\iow_char:N\\c'~command~in~a~replacement~text. }
+  { Misused~'\iow_char:N\\c'~command~in~a~replacement~text. }
   {
-    In~a~replacement~text,~the~`\iow_char:N\\c'~escape~sequence~
-    can~be~followed~by~one~of~the~letters~`ABCDELMOPSTU'~
-    or~a~brace~group,~not~by~`#1'.
+    In~a~replacement~text,~the~'\iow_char:N\\c'~escape~sequence~
+    can~be~followed~by~one~of~the~letters~'ABCDELMOPSTU'~
+    or~a~brace~group,~not~by~'#1'.
   }
 \__msg_kernel_new:nnnn { regex } { replacement-u }
-  { Misused~`\iow_char:N\\u'~command~in~a~replacement~text. }
+  { Misused~'\iow_char:N\\u'~command~in~a~replacement~text. }
   {
-    In~a~replacement~text,~the~`\iow_char:N\\u'~escape~sequence~
+    In~a~replacement~text,~the~'\iow_char:N\\u'~escape~sequence~
     must~be~~followed~by~a~brace~group~holding~the~name~of~the~
     variable~to~use.
   }
 \__msg_kernel_new:nnnn { regex } { replacement-g }
   {
-    Missing~brace~for~the~`\iow_char:N\\g'~construction~
+    Missing~brace~for~the~'\iow_char:N\\g'~construction~
     in~a~replacement~text.
   }
   {
     In~the~replacement~text~for~a~regular~expression~search,~
-    submatches~are~represented~either~as~`\iow_char:N \\g{dd..d}',~
-    or~`\\d',~where~`d'~are~single~digits.~Here,~a~brace~is~missing.
+    submatches~are~represented~either~as~'\iow_char:N \\g{dd..d}',~
+    or~'\\d',~where~'d'~are~single~digits.~Here,~a~brace~is~missing.
   }
 \__msg_kernel_new:nnnn { regex } { replacement-catcode-end }
   {
-    Missing~character~for~the~`\iow_char:N\\c<category><character>'~
+    Missing~character~for~the~'\iow_char:N\\c<category><character>'~
     construction~in~a~replacement~text.
   }
   {
-    In~a~replacement~text,~the~`\iow_char:N\\c'~escape~sequence~
-    can~be~followed~by~one~of~the~letters~`ABCDELMOPSTU'~representing~
+    In~a~replacement~text,~the~'\iow_char:N\\c'~escape~sequence~
+    can~be~followed~by~one~of~the~letters~'ABCDELMOPSTU'~representing~
     the~character~category.~Then,~a~character~must~follow.~LaTeX~
     reached~the~end~of~the~replacement~when~looking~for~that.
   }
@@ -6151,7 +6151,7 @@
   {
     You~asked~for~a~character~token~with~category~space,~
     and~character~code~0,~for~instance~through~
-    `\iow_char:N\\cS\iow_char:N\\x00'.~
+    '\iow_char:N\\cS\iow_char:N\\x00'.~
     This~specific~case~is~impossible~and~will~be~replaced~
     by~a~normal~space.
   }
diff --git a/l3experimental/l3str/testfiles/m3regex001.tlg b/l3experimental/l3str/testfiles/m3regex001.tlg
index 6e4c653..4ffc91c 100644
--- a/l3experimental/l3str/testfiles/m3regex001.tlg
+++ b/l3experimental/l3str/testfiles/m3regex001.tlg
@@ -97,7 +97,7 @@ TEST 6: Special characters
 *************************************************
 * LaTeX warning: "regex/invalid-quantifier"
 * 
-* Braced quantifier `{' may not be followed by `x'.
+* Braced quantifier '{' may not be followed by 'x'.
 *************************************************
 TRUE
 {*+^^@{x}^^@^^@*b} {*b} 
diff --git a/l3experimental/l3str/testfiles/m3regex005.tlg b/l3experimental/l3str/testfiles/m3regex005.tlg
index 4037357..94d1b50 100644
--- a/l3experimental/l3str/testfiles/m3regex005.tlg
+++ b/l3experimental/l3str/testfiles/m3regex005.tlg
@@ -251,7 +251,7 @@ TEST 8: The \K command
 !
 ! LaTeX error: "regex/bad-escape"
 ! 
-! Invalid escape `\K' within a control sequence.
+! Invalid escape '\K' within a control sequence.
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -259,8 +259,8 @@ TEST 8: The \K command
 !...............................................  
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
-| The escape sequence `\K' may not appear within a control sequence test
-| introduced by `\c{'.
+| The escape sequence '\K' may not appear within a control sequence test
+| introduced by '\c{'.
 |...............................................
 > Compiled regex {\c {a|b\K }}:
 +-branch
diff --git a/l3experimental/l3str/testfiles/m3regex007.tlg b/l3experimental/l3str/testfiles/m3regex007.tlg
index 3756970..4a2a399 100644
--- a/l3experimental/l3str/testfiles/m3regex007.tlg
+++ b/l3experimental/l3str/testfiles/m3regex007.tlg
@@ -159,7 +159,7 @@ l. ...  }
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
 | LaTeX was given a regular expression where a character class was started
-| with `[', but the matching `]' is missing.
+| with '[', but the matching ']' is missing.
 |...............................................
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
@@ -192,7 +192,7 @@ l. ...  }
 !
 ! LaTeX error: "regex/c-missing-rbrace"
 ! 
-! Missing right brace inserted for `\c' escape.
+! Missing right brace inserted for '\c' escape.
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -200,8 +200,8 @@ l. ...  }
 !...............................................  
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
-| LaTeX was given a regular expression where a `\c{...' construction was not
-| ended with a closing brace `}'.
+| LaTeX was given a regular expression where a '\c{...' construction was not
+| ended with a closing brace '}'.
 |...............................................
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
@@ -216,7 +216,7 @@ l. ...  }
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
 | LaTeX was given a regular expression where a character class was started
-| with `[', but the matching `]' is missing.
+| with '[', but the matching ']' is missing.
 |...............................................
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
@@ -246,7 +246,7 @@ l. ...  }
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
 | LaTeX was given a regular expression where a character class was started
-| with `[', but the matching `]' is missing.
+| with '[', but the matching ']' is missing.
 |...............................................
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
@@ -344,7 +344,7 @@ l. ...  }
 !
 ! LaTeX error: "regex/c-missing-category"
 ! 
-! Invalid character `d' following `\c' escape.
+! Invalid character 'd' following '\c' escape.
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -352,15 +352,15 @@ l. ...  }
 !...............................................  
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
-| In regular expressions, the `\c' escape sequence may only be followed by a
+| In regular expressions, the '\c' escape sequence may only be followed by a
 | left brace, a left bracket, or a capital letter representing a character
-| category, namely one of `ABCDELMOPSTU'.
+| category, namely one of 'ABCDELMOPSTU'.
 |...............................................
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
 ! LaTeX error: "regex/u-missing-lbrace"
 ! 
-! Missing left brace following `\u' escape.
+! Missing left brace following '\u' escape.
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -368,7 +368,7 @@ l. ...  }
 !...............................................  
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
-| The `\u' escape sequence must be followed by a brace group with the name of
+| The '\u' escape sequence must be followed by a brace group with the name of
 | the variable to use.
 |...............................................
 > Compiled regex {\a \b \c \d \e \f \g \h \i \j \k \l \m \n \o \p \q \r \s \t
diff --git a/l3experimental/l3str/testfiles/m3regex009.tlg b/l3experimental/l3str/testfiles/m3regex009.tlg
index fa1bdf6..71db7ff 100644
--- a/l3experimental/l3str/testfiles/m3regex009.tlg
+++ b/l3experimental/l3str/testfiles/m3regex009.tlg
@@ -9,7 +9,7 @@ TEST 1: Malformed letter escapes
 !
 ! LaTeX error: "regex/trailing-backslash"
 ! 
-! Trailing escape character `\'.
+! Trailing escape character '\'.
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -18,7 +18,7 @@ TEST 1: Malformed letter escapes
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
 | A regular expression or its replacement text ends with the escape character
-| `\'. It will be ignored.
+| '\'. It will be ignored.
 |...............................................
 "\g"
 "\i"
@@ -55,7 +55,7 @@ TEST 2: Malformed x escapes
 !
 ! LaTeX error: "regex/x-missing-rbrace"
 ! 
-! Missing closing brace in `\x' hexadecimal sequence.
+! Missing closing brace in '\x' hexadecimal sequence.
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -63,7 +63,7 @@ TEST 2: Malformed x escapes
 !...............................................  
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
-| You wrote something like `\x{...'. The closing brace is missing.
+| You wrote something like '\x{...'. The closing brace is missing.
 |...............................................
 "\x{}"
 "\x{45"
@@ -71,7 +71,7 @@ l. ...  }
 !
 ! LaTeX error: "regex/x-missing-rbrace"
 ! 
-! Missing closing brace in `\x' hexadecimal sequence.
+! Missing closing brace in '\x' hexadecimal sequence.
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -79,14 +79,14 @@ l. ...  }
 !...............................................  
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
-| You wrote something like `\x{...'. The closing brace is missing.
+| You wrote something like '\x{...'. The closing brace is missing.
 |...............................................
 "\x{34k}"
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
 ! LaTeX error: "regex/x-missing-rbrace"
 ! 
-! Missing closing brace in `\x' hexadecimal sequence.
+! Missing closing brace in '\x' hexadecimal sequence.
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -94,7 +94,7 @@ l. ...  }
 !...............................................  
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
-| You wrote something like `\x{...k'. The closing brace is missing.
+| You wrote something like '\x{...k'. The closing brace is missing.
 |...............................................
 ============================================================
 ============================================================
@@ -114,7 +114,7 @@ TEST 3: Malformed classes
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
 | LaTeX was given a regular expression where a character class was started
-| with `[', but the matching `]' is missing.
+| with '[', but the matching ']' is missing.
 |...............................................
 "[abc"
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -130,19 +130,19 @@ l. ...  }
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
 | LaTeX was given a regular expression where a character class was started
-| with `[', but the matching `]' is missing.
+| with '[', but the matching ']' is missing.
 |...............................................
 "[a-]"
 *************************************************
 * LaTeX warning: "regex/range-missing-end"
 * 
-* Invalid end-point for range `a-\]' in character class.
+* Invalid end-point for range 'a-\]' in character class.
 *************************************************
 "[]-"
 *************************************************
 * LaTeX warning: "regex/range-missing-end"
 * 
-* Invalid end-point for range `]-\' in character class.
+* Invalid end-point for range ']-\' in character class.
 *************************************************
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
@@ -157,14 +157,14 @@ l. ...  }
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
 | LaTeX was given a regular expression where a character class was started
-| with `[', but the matching `]' is missing.
+| with '[', but the matching ']' is missing.
 |...............................................
 "[a-\]"
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
 ! LaTeX error: "regex/range-backwards"
 ! 
-! Range `[a-]]' out of order in character class.
+! Range '[a-]]' out of order in character class.
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -172,9 +172,9 @@ l. ...  }
 !...............................................  
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
-| In ranges of characters `[x-y]' appearing in character classes, the first
-| character code must not be larger than the second. Here, `a' has character
-| code 97, while `]' has character code 93.
+| In ranges of characters '[x-y]' appearing in character classes, the first
+| character code must not be larger than the second. Here, 'a' has character
+| code 97, while ']' has character code 93.
 |...............................................
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
@@ -189,7 +189,7 @@ l. ...  }
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
 | LaTeX was given a regular expression where a character class was started
-| with `[', but the matching `]' is missing.
+| with '[', but the matching ']' is missing.
 |...............................................
 "[^"
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -205,7 +205,7 @@ l. ...  }
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
 | LaTeX was given a regular expression where a character class was started
-| with `[', but the matching `]' is missing.
+| with '[', but the matching ']' is missing.
 |...............................................
 "[^abc"
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -221,19 +221,19 @@ l. ...  }
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
 | LaTeX was given a regular expression where a character class was started
-| with `[', but the matching `]' is missing.
+| with '[', but the matching ']' is missing.
 |...............................................
 "[^a-]"
 *************************************************
 * LaTeX warning: "regex/range-missing-end"
 * 
-* Invalid end-point for range `a-\]' in character class.
+* Invalid end-point for range 'a-\]' in character class.
 *************************************************
 "[^]-"
 *************************************************
 * LaTeX warning: "regex/range-missing-end"
 * 
-* Invalid end-point for range `]-\' in character class.
+* Invalid end-point for range ']-\' in character class.
 *************************************************
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
@@ -248,14 +248,14 @@ l. ...  }
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
 | LaTeX was given a regular expression where a character class was started
-| with `[', but the matching `]' is missing.
+| with '[', but the matching ']' is missing.
 |...............................................
 "[^a-\]"
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
 ! LaTeX error: "regex/range-backwards"
 ! 
-! Range `[a-]]' out of order in character class.
+! Range '[a-]]' out of order in character class.
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -263,9 +263,9 @@ l. ...  }
 !...............................................  
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
-| In ranges of characters `[x-y]' appearing in character classes, the first
-| character code must not be larger than the second. Here, `a' has character
-| code 97, while `]' has character code 93.
+| In ranges of characters '[x-y]' appearing in character classes, the first
+| character code must not be larger than the second. Here, 'a' has character
+| code 97, while ']' has character code 93.
 |...............................................
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
@@ -280,25 +280,25 @@ l. ...  }
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
 | LaTeX was given a regular expression where a character class was started
-| with `[', but the matching `]' is missing.
+| with '[', but the matching ']' is missing.
 |...............................................
 "[[:up:]]"
 *************************************************
 * LaTeX warning: "regex/posix-unknown"
 * 
-* POSIX class `[:up:]' unknown.
+* POSIX class '[:up:]' unknown.
 *************************************************
 "[[:^up:]]"
 *************************************************
 * LaTeX warning: "regex/posix-unknown"
 * 
-* POSIX class `[:up:]' unknown.
+* POSIX class '[:up:]' unknown.
 *************************************************
 "[a[:Upper:]]"
 *************************************************
 * LaTeX warning: "regex/posix-unknown"
 * 
-* POSIX class `[:Upper:]' unknown.
+* POSIX class '[:Upper:]' unknown.
 *************************************************
 ============================================================
 ============================================================
@@ -308,36 +308,36 @@ TEST 4: Malformed quantifiers
 *************************************************
 * LaTeX warning: "regex/invalid-quantifier"
 * 
-* Braced quantifier `{' may not be followed by `'.
+* Braced quantifier '{' may not be followed by ''.
 *************************************************
 "x{{"
 *************************************************
 * LaTeX warning: "regex/invalid-quantifier"
 * 
-* Braced quantifier `{' may not be followed by `{'.
+* Braced quantifier '{' may not be followed by '{'.
 *************************************************
 *************************************************
 * LaTeX warning: "regex/invalid-quantifier"
 * 
-* Braced quantifier `{' may not be followed by `'.
+* Braced quantifier '{' may not be followed by ''.
 *************************************************
 "x{1"
 *************************************************
 * LaTeX warning: "regex/invalid-quantifier"
 * 
-* Braced quantifier `{1' may not be followed by `'.
+* Braced quantifier '{1' may not be followed by ''.
 *************************************************
 "x{1x}"
 *************************************************
 * LaTeX warning: "regex/invalid-quantifier"
 * 
-* Braced quantifier `{1' may not be followed by `x'.
+* Braced quantifier '{1' may not be followed by 'x'.
 *************************************************
 "x{1,3"
 *************************************************
 * LaTeX warning: "regex/invalid-quantifier"
 * 
-* Braced quantifier `{1,3' may not be followed by `'.
+* Braced quantifier '{1,3' may not be followed by ''.
 *************************************************
 "x{3,1}"
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -359,25 +359,25 @@ l. ...  }
 *************************************************
 * LaTeX warning: "regex/invalid-quantifier"
 * 
-* Braced quantifier `{1,3' may not be followed by `x'.
+* Braced quantifier '{1,3' may not be followed by 'x'.
 *************************************************
 "x{1,3,}"
 *************************************************
 * LaTeX warning: "regex/invalid-quantifier"
 * 
-* Braced quantifier `{1,3' may not be followed by `,'.
+* Braced quantifier '{1,3' may not be followed by ','.
 *************************************************
 "x{1,3,5}"
 *************************************************
 * LaTeX warning: "regex/invalid-quantifier"
 * 
-* Braced quantifier `{1,3' may not be followed by `,'.
+* Braced quantifier '{1,3' may not be followed by ','.
 *************************************************
 "x{1,3,5}?"
 *************************************************
 * LaTeX warning: "regex/invalid-quantifier"
 * 
-* Braced quantifier `{1,3' may not be followed by `,'.
+* Braced quantifier '{1,3' may not be followed by ','.
 *************************************************
 ============================================================
 ============================================================
@@ -403,7 +403,7 @@ l. ...  }
 *************************************************
 * LaTeX warning: "regex/special-group-unknown"
 * 
-* Unknown special group `(? ...' in a regular expression.
+* Unknown special group '(? ...' in a regular expression.
 *************************************************
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
@@ -424,19 +424,19 @@ l. ...  }
 *************************************************
 * LaTeX warning: "regex/special-group-unknown"
 * 
-* Unknown special group `(?) ...' in a regular expression.
+* Unknown special group '(?) ...' in a regular expression.
 *************************************************
 "x(?a)"
 *************************************************
 * LaTeX warning: "regex/special-group-unknown"
 * 
-* Unknown special group `(?a ...' in a regular expression.
+* Unknown special group '(?a ...' in a regular expression.
 *************************************************
 "x(?I)"
 *************************************************
 * LaTeX warning: "regex/special-group-unknown"
 * 
-* Unknown special group `(?I ...' in a regular expression.
+* Unknown special group '(?I ...' in a regular expression.
 *************************************************
 "x(?:"
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -495,7 +495,7 @@ TEST 6: Malformed category tests
 !
 ! LaTeX error: "regex/c-missing-category"
 ! 
-! Invalid character `' following `\c' escape.
+! Invalid character '' following '\c' escape.
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -503,16 +503,16 @@ TEST 6: Malformed category tests
 !...............................................  
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
-| In regular expressions, the `\c' escape sequence may only be followed by a
+| In regular expressions, the '\c' escape sequence may only be followed by a
 | left brace, a left bracket, or a capital letter representing a character
-| category, namely one of `ABCDELMOPSTU'.
+| category, namely one of 'ABCDELMOPSTU'.
 |...............................................
 "\cL"
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
 ! LaTeX error: "regex/c-trailing"
 ! 
-! Trailing category code escape `\c'...
+! Trailing category code escape '\c'...
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -520,7 +520,7 @@ l. ...  }
 !...............................................  
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
-| A regular expression ends with `\c' followed by a letter. It will be
+| A regular expression ends with '\c' followed by a letter. It will be
 | ignored.
 |...............................................
 "\c[^O]"
@@ -528,7 +528,7 @@ l. ...  }
 !
 ! LaTeX error: "regex/c-trailing"
 ! 
-! Trailing category code escape `\c'...
+! Trailing category code escape '\c'...
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -536,7 +536,7 @@ l. ...  }
 !...............................................  
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
-| A regular expression ends with `\c' followed by a letter. It will be
+| A regular expression ends with '\c' followed by a letter. It will be
 | ignored.
 |...............................................
 "\cX."
@@ -544,7 +544,7 @@ l. ...  }
 !
 ! LaTeX error: "regex/c-missing-category"
 ! 
-! Invalid character `X' following `\c' escape.
+! Invalid character 'X' following '\c' escape.
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -552,16 +552,16 @@ l. ...  }
 !...............................................  
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
-| In regular expressions, the `\c' escape sequence may only be followed by a
+| In regular expressions, the '\c' escape sequence may only be followed by a
 | left brace, a left bracket, or a capital letter representing a character
-| category, namely one of `ABCDELMOPSTU'.
+| category, namely one of 'ABCDELMOPSTU'.
 |...............................................
 "\ca."
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
 ! LaTeX error: "regex/c-missing-category"
 ! 
-! Invalid character `a' following `\c' escape.
+! Invalid character 'a' following '\c' escape.
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -569,16 +569,16 @@ l. ...  }
 !...............................................  
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
-| In regular expressions, the `\c' escape sequence may only be followed by a
+| In regular expressions, the '\c' escape sequence may only be followed by a
 | left brace, a left bracket, or a capital letter representing a character
-| category, namely one of `ABCDELMOPSTU'.
+| category, namely one of 'ABCDELMOPSTU'.
 |...............................................
 "[\c]"
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
 ! LaTeX error: "regex/c-missing-category"
 ! 
-! Invalid character `]' following `\c' escape.
+! Invalid character ']' following '\c' escape.
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -586,9 +586,9 @@ l. ...  }
 !...............................................  
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
-| In regular expressions, the `\c' escape sequence may only be followed by a
+| In regular expressions, the '\c' escape sequence may only be followed by a
 | left brace, a left bracket, or a capital letter representing a character
-| category, namely one of `ABCDELMOPSTU'.
+| category, namely one of 'ABCDELMOPSTU'.
 |...............................................
 "[\cL]"
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -604,7 +604,7 @@ l. ...  }
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
 | LaTeX was given a regular expression where a character class was started
-| with `[', but the matching `]' is missing.
+| with '[', but the matching ']' is missing.
 |...............................................
 "[\c[^O]]"
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -620,14 +620,14 @@ l. ...  }
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
 | LaTeX was given a regular expression where a character class was started
-| with `[', but the matching `]' is missing.
+| with '[', but the matching ']' is missing.
 |...............................................
 "[\cX.]"
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
 ! LaTeX error: "regex/c-missing-category"
 ! 
-! Invalid character `X' following `\c' escape.
+! Invalid character 'X' following '\c' escape.
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -635,16 +635,16 @@ l. ...  }
 !...............................................  
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
-| In regular expressions, the `\c' escape sequence may only be followed by a
+| In regular expressions, the '\c' escape sequence may only be followed by a
 | left brace, a left bracket, or a capital letter representing a character
-| category, namely one of `ABCDELMOPSTU'.
+| category, namely one of 'ABCDELMOPSTU'.
 |...............................................
 "[\ca.]"
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
 ! LaTeX error: "regex/c-missing-category"
 ! 
-! Invalid character `a' following `\c' escape.
+! Invalid character 'a' following '\c' escape.
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -652,16 +652,16 @@ l. ...  }
 !...............................................  
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
-| In regular expressions, the `\c' escape sequence may only be followed by a
+| In regular expressions, the '\c' escape sequence may only be followed by a
 | left brace, a left bracket, or a capital letter representing a character
-| category, namely one of `ABCDELMOPSTU'.
+| category, namely one of 'ABCDELMOPSTU'.
 |...............................................
 "\c{abc"
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
 ! LaTeX error: "regex/c-missing-rbrace"
 ! 
-! Missing right brace inserted for `\c' escape.
+! Missing right brace inserted for '\c' escape.
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -669,15 +669,15 @@ l. ...  }
 !...............................................  
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
-| LaTeX was given a regular expression where a `\c{...' construction was not
-| ended with a closing brace `}'.
+| LaTeX was given a regular expression where a '\c{...' construction was not
+| ended with a closing brace '}'.
 |...............................................
 "\c{x\cL.}"
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
 ! LaTeX error: "regex/c-bad-mode"
 ! 
-! Invalid nested `\c' escape in regular expression.
+! Invalid nested '\c' escape in regular expression.
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -685,15 +685,15 @@ l. ...  }
 !...............................................  
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
-| The `\c' escape cannot be used within a control sequence test `\c{...}'. To
-| combine several category tests, use `\c[...]'.
+| The '\c' escape cannot be used within a control sequence test '\c{...}'. To
+| combine several category tests, use '\c[...]'.
 |...............................................
 "\c{x\c[AL].}"
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
 ! LaTeX error: "regex/c-bad-mode"
 ! 
-! Invalid nested `\c' escape in regular expression.
+! Invalid nested '\c' escape in regular expression.
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -701,15 +701,15 @@ l. ...  }
 !...............................................  
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
-| The `\c' escape cannot be used within a control sequence test `\c{...}'. To
-| combine several category tests, use `\c[...]'.
+| The '\c' escape cannot be used within a control sequence test '\c{...}'. To
+| combine several category tests, use '\c[...]'.
 |...............................................
 "\c{x\cL}"
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
 ! LaTeX error: "regex/c-bad-mode"
 ! 
-! Invalid nested `\c' escape in regular expression.
+! Invalid nested '\c' escape in regular expression.
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -717,15 +717,15 @@ l. ...  }
 !...............................................  
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
-| The `\c' escape cannot be used within a control sequence test `\c{...}'. To
-| combine several category tests, use `\c[...]'.
+| The '\c' escape cannot be used within a control sequence test '\c{...}'. To
+| combine several category tests, use '\c[...]'.
 |...............................................
 "\c{x\c[AL]}"
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
 ! LaTeX error: "regex/c-bad-mode"
 ! 
-! Invalid nested `\c' escape in regular expression.
+! Invalid nested '\c' escape in regular expression.
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -733,15 +733,15 @@ l. ...  }
 !...............................................  
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
-| The `\c' escape cannot be used within a control sequence test `\c{...}'. To
-| combine several category tests, use `\c[...]'.
+| The '\c' escape cannot be used within a control sequence test '\c{...}'. To
+| combine several category tests, use '\c[...]'.
 |...............................................
 "[\c{abc]"
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
 ! LaTeX error: "regex/c-missing-rbrace"
 ! 
-! Missing right brace inserted for `\c' escape.
+! Missing right brace inserted for '\c' escape.
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -749,8 +749,8 @@ l. ...  }
 !...............................................  
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
-| LaTeX was given a regular expression where a `\c{...' construction was not
-| ended with a closing brace `}'.
+| LaTeX was given a regular expression where a '\c{...' construction was not
+| ended with a closing brace '}'.
 |...............................................
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
@@ -765,14 +765,14 @@ l. ...  }
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
 | LaTeX was given a regular expression where a character class was started
-| with `[', but the matching `]' is missing.
+| with '[', but the matching ']' is missing.
 |...............................................
 "[\c{x\cL.}]"
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
 ! LaTeX error: "regex/c-bad-mode"
 ! 
-! Invalid nested `\c' escape in regular expression.
+! Invalid nested '\c' escape in regular expression.
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -780,15 +780,15 @@ l. ...  }
 !...............................................  
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
-| The `\c' escape cannot be used within a control sequence test `\c{...}'. To
-| combine several category tests, use `\c[...]'.
+| The '\c' escape cannot be used within a control sequence test '\c{...}'. To
+| combine several category tests, use '\c[...]'.
 |...............................................
 "[\c{x\c[AL].}]"
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
 ! LaTeX error: "regex/c-bad-mode"
 ! 
-! Invalid nested `\c' escape in regular expression.
+! Invalid nested '\c' escape in regular expression.
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -796,15 +796,15 @@ l. ...  }
 !...............................................  
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
-| The `\c' escape cannot be used within a control sequence test `\c{...}'. To
-| combine several category tests, use `\c[...]'.
+| The '\c' escape cannot be used within a control sequence test '\c{...}'. To
+| combine several category tests, use '\c[...]'.
 |...............................................
 "[\c{x\cL}]"
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
 ! LaTeX error: "regex/c-bad-mode"
 ! 
-! Invalid nested `\c' escape in regular expression.
+! Invalid nested '\c' escape in regular expression.
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -812,15 +812,15 @@ l. ...  }
 !...............................................  
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
-| The `\c' escape cannot be used within a control sequence test `\c{...}'. To
-| combine several category tests, use `\c[...]'.
+| The '\c' escape cannot be used within a control sequence test '\c{...}'. To
+| combine several category tests, use '\c[...]'.
 |...............................................
 "[\c{x\c[AL]}]"
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
 ! LaTeX error: "regex/c-bad-mode"
 ! 
-! Invalid nested `\c' escape in regular expression.
+! Invalid nested '\c' escape in regular expression.
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -828,8 +828,8 @@ l. ...  }
 !...............................................  
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
-| The `\c' escape cannot be used within a control sequence test `\c{...}'. To
-| combine several category tests, use `\c[...]'.
+| The '\c' escape cannot be used within a control sequence test '\c{...}'. To
+| combine several category tests, use '\c[...]'.
 |...............................................
 ============================================================
 ============================================================
@@ -840,7 +840,7 @@ TEST 7: Malformed u escape
 !
 ! LaTeX error: "regex/u-missing-lbrace"
 ! 
-! Missing left brace following `\u' escape.
+! Missing left brace following '\u' escape.
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -848,7 +848,7 @@ TEST 7: Malformed u escape
 !...............................................  
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
-| The `\u' escape sequence must be followed by a brace group with the name of
+| The '\u' escape sequence must be followed by a brace group with the name of
 | the variable to use.
 |...............................................
 "\ufoo"
@@ -856,7 +856,7 @@ l. ...  }
 !
 ! LaTeX error: "regex/u-missing-lbrace"
 ! 
-! Missing left brace following `\u' escape.
+! Missing left brace following '\u' escape.
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -864,7 +864,7 @@ l. ...  }
 !...............................................  
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
-| The `\u' escape sequence must be followed by a brace group with the name of
+| The '\u' escape sequence must be followed by a brace group with the name of
 | the variable to use.
 |...............................................
 "\u{"
@@ -872,7 +872,7 @@ l. ...  }
 !
 ! LaTeX error: "regex/u-missing-rbrace"
 ! 
-! Missing right brace inserted for `\u' escape.
+! Missing right brace inserted for '\u' escape.
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -881,7 +881,7 @@ l. ...  }
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
 | LaTeX reached the end of the string when parsing the argument of an
-| `\u{...}' escape.
+| '\u{...}' escape.
 |...............................................
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 
@@ -907,7 +907,7 @@ and I'll forget about whatever was undefined.
 !
 ! LaTeX error: "regex/bad-escape"
 ! 
-! Invalid escape `\u' in a character class.
+! Invalid escape '\u' in a character class.
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -915,7 +915,7 @@ and I'll forget about whatever was undefined.
 !...............................................  
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
-| The escape sequence `\u' may not appear within a character class because it
+| The escape sequence '\u' may not appear within a character class because it
 | does not match exactly one character.
 |...............................................
 "[\u{l_tmpa_tl}]"
@@ -923,7 +923,7 @@ l. ...  }
 !
 ! LaTeX error: "regex/bad-escape"
 ! 
-! Invalid escape `\u' in a character class.
+! Invalid escape '\u' in a character class.
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -931,7 +931,7 @@ l. ...  }
 !...............................................  
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
-| The escape sequence `\u' may not appear within a character class because it
+| The escape sequence '\u' may not appear within a character class because it
 | does not match exactly one character.
 |...............................................
 "\cL\u{l_tmpa_tl}"
@@ -939,7 +939,7 @@ l. ...  }
 !
 ! LaTeX error: "regex/bad-escape"
 ! 
-! Invalid escape `\u' following a category test.
+! Invalid escape '\u' following a category test.
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -947,13 +947,13 @@ l. ...  }
 !...............................................  
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
-| The escape sequence `\u' may not appear following a category test such as
-| `\cL' because it does not match exactly one character.
+| The escape sequence '\u' may not appear following a category test such as
+| '\cL' because it does not match exactly one character.
 |...............................................
 *************************************************
 * LaTeX warning: "regex/invalid-quantifier"
 * 
-* Braced quantifier `{' may not be followed by `l'.
+* Braced quantifier '{' may not be followed by 'l'.
 *************************************************
 "\c{\u{l_tmpa_tl}}"
 "\u{\u{l_tmpa_tl}}"
@@ -961,7 +961,7 @@ l. ...  }
 !
 ! LaTeX error: "regex/u-missing-rbrace"
 ! 
-! Missing right brace inserted for `\u' escape.
+! Missing right brace inserted for '\u' escape.
 ! 
 ! See the LaTeX3 documentation for further information.
 ! 
@@ -970,7 +970,7 @@ l. ...  }
 l. ...  }
 |'''''''''''''''''''''''''''''''''''''''''''''''
 | LaTeX reached the end of the string when parsing the argument of an
-| `\u{...}' escape.
+| '\u{...}' escape.
 |...............................................
 ! Undefined control sequence.
 <argument> \LaTeX3 error: 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list