Fixed silly bug in example.

[SVN r33609]
This commit is contained in:
John Maddock
2006-04-09 10:07:08 +00:00
parent 6e5b5b4cb2
commit 4a02d7ecde
3 changed files with 6 additions and 6 deletions

View File

@ -86,8 +86,8 @@ int main(int argc, const char** argv)
return 0;
}
extern const char* pre_expression = "(<)|(>)|\\r";
extern const char* pre_format = "(?1&lt;)(?2&gt;)";
extern const char* pre_expression = "(<)|(>)|(&)|\\r";
extern const char* pre_format = "(?1&lt;)(?2&gt;)(?3&amp;)";
const char* expression_text = // preprocessor directives: index 1