Converted the autotest test suite to void-safety

+ cosmetics
This commit is contained in:
jfiat
2011-07-07 14:39:06 +00:00
parent 591cfb6cfa
commit 28a699e5f2
3 changed files with 310 additions and 191 deletions

View File

@@ -65,7 +65,7 @@ feature -- Commands
-- Parse JSON data `representation'
-- start ::= object | array
do
if is_valid_start_symbol then
if is_valid_start_symbol then
Result := parse
if extra_elements then
is_parsed := False