2
0
mirror of https://github.com/boostorg/wave.git synced 2026-02-22 03:42:24 +00:00

Added lot of unit tests, fixed a couple of minor bugs.

[SVN r27950]
This commit is contained in:
Hartmut Kaiser
2005-04-04 11:03:51 +00:00
parent ba631f9425
commit 1c2ca265ea
37 changed files with 2880 additions and 1960 deletions

View File

@@ -173,6 +173,7 @@ bool is_backslash(uchar *p, uchar *end, int &len)
uchar *fill(Scanner *s, uchar *cursor)
{
using namespace std; // some systems have memcpy etc. in namespace std
if(!s->eof)
{
uchar* p;
@@ -557,7 +558,8 @@ Pound = "#" | "??=" | "%:";
}
}
"->" { RET(T_ARROW); }
"??/" { RET(T_ANY_TRIGRAPH); }
([a-zA-Z_] | UniversalChar) ([a-zA-Z_0-9] | UniversalChar)*
{ RET(T_IDENTIFIER); }

File diff suppressed because it is too large Load Diff