Hiroyuki Okuda - 2011-09-17

parser_test.cpp seems to work well in linux, however,

it doesn't work with visual studio in windows.

1st problem is that the blank rows is not ignored.

" if ((Line != '%') && (Line.length() != 0))" must be cause the error in
"pre_parsing" fuction in parser.cpp.

2nd problem is that the Brackets, , seems to be not available.

(j < n) in 654 row of parser.cpp, read in data element, will be evaluated
first.

I dont know why the test goes well in linux environment, anyway, this should
be fixed.