From Jason Turner

[re.err]

Diff to HTML by rtfpessoa

tmp/tmpwj923a2p/{from.md → to.md} RENAMED
@@ -6,11 +6,11 @@
6
  | % `error_ctype` | The expression contains an invalid character class name. |
7
  | % `error_escape` | The expression contains an invalid escaped character, or a trailing escape. |
8
  | % `error_backref` | The expression contains an invalid back reference. |
9
  | % `error_brack` | The expression contains mismatched \verb|[| and \verb|]|. |
10
  | % `error_paren` | The expression contains mismatched \verb|(| and \verb|)|. |
11
- | % `error_brace` | The expression contains mismatched \verb|{| and \verb|}| |
12
  | % `error_badbrace` | The expression contains an invalid range in a \verb|{}| expression. |
13
  | % `error_range` | The expression contains an invalid character range, such as \verb|[b-a]| in most encodings. |
14
  | % `error_space` | There is insufficient memory to convert the expression into a finite state machine. |
15
  | % `error_badrepeat` | One of \verb|*?+{| is not preceded by a valid regular expression. |
16
  | % `error_complexity` | The complexity of an attempted match against a regular expression exceeds a pre-set level. |
 
6
  | % `error_ctype` | The expression contains an invalid character class name. |
7
  | % `error_escape` | The expression contains an invalid escaped character, or a trailing escape. |
8
  | % `error_backref` | The expression contains an invalid back reference. |
9
  | % `error_brack` | The expression contains mismatched \verb|[| and \verb|]|. |
10
  | % `error_paren` | The expression contains mismatched \verb|(| and \verb|)|. |
11
+ | % `error_brace` | The expression contains mismatched \verb|{| and \verb|}|. |
12
  | % `error_badbrace` | The expression contains an invalid range in a \verb|{}| expression. |
13
  | % `error_range` | The expression contains an invalid character range, such as \verb|[b-a]| in most encodings. |
14
  | % `error_space` | There is insufficient memory to convert the expression into a finite state machine. |
15
  | % `error_badrepeat` | One of \verb|*?+{| is not preceded by a valid regular expression. |
16
  | % `error_complexity` | The complexity of an attempted match against a regular expression exceeds a pre-set level. |