mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.autotest
git-svn-id: svn://ultimatepp.org/upp/trunk@13662 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
fb8115698b
commit
3816b09c5a
1 changed files with 8 additions and 0 deletions
|
|
@ -78,5 +78,13 @@ CONSOLE_APP_MAIN
|
|||
CHECK_OVERFLOW("-1e500", ReadDouble(), true);
|
||||
CHECK_OVERFLOW(String('0', 500), ReadDouble(), true);
|
||||
|
||||
{
|
||||
CParser p("+ /* \n */ a");
|
||||
p.Char('+');
|
||||
ASSERT(p.GetLine() == 2);
|
||||
ASSERT(p.GetColumn() == 6);
|
||||
ASSERT(p.ReadId() == "a");
|
||||
}
|
||||
|
||||
LOG("=========== OK");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue