--- parser3/tests/results/261.processed 2010/10/21 15:20:27 1.1 +++ parser3/tests/results/261.processed 2015/10/26 00:41:41 1.4 @@ -1,8 +1,20 @@ Content-Type: text/html -Content-Length: 80 +Content-Length: 510 -String vs void: +Empty string vs void: Json: "" vs null +Json (void as string): "" vs "" +Json (void as null): "" vs null Length: 0 vs 0 Double: 0 vs 0 Base64: "" vs "" +Hash compatibility: "" "" +Non-empty string not hash compatible: Type: parser.runtime, +Source: key, +Comment: is 'string', it has no elements +Absent method empty string error: Type: parser.runtime, +Source: something, +Comment: string method not found +Absent method non-empty string error: Type: parser.runtime, +Source: something, +Comment: string method not found