*** empty log message ***

This commit is contained in:
2005-06-11 18:01:25 +00:00
parent 29877d7513
commit 50e417a34d
5 changed files with 75 additions and 36 deletions

View File

@ -126,7 +126,7 @@ int xp_main (int argc, xp_char_t* argv[])
parser.input_func = stdio_func;
if (xp_stx_parser_parse_method (&parser, 0,
(void*)XP_TEXT("test.st")) == -1) {
xp_printf (XP_TEXT("parser error\n"));
xp_printf (XP_TEXT("parser error <%d>\n"), parser.error_code);
}
}

View File

@ -1,5 +1,6 @@
isNil
"test if self is nil"
isNil "test if self is nil"
| a b c d e f g |
'this is very bad''this is'
$a $b
^true $