--- parser3/tests/results/261.processed 2010/10/24 21:41:25 1.2 +++ parser3/tests/results/261.processed 2016/05/18 17:48:21 1.5 @@ -1,10 +1,25 @@ Content-Type: text/html -Content-Length: 156 +Content-Length: 711 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: has no hash compatibility +Hash compatibility: "" "" "" +More hash compatibility: "false" "false" "false" +Methods not visible: "" "" "" +Non-empty or whitespace string not hash compatible: Type: parser.runtime, +Source: key, +Comment: element can not be fetched from string +Absent method empty string error: Type: parser.runtime, +Source: something, +Comment: string method not found +Absent method void error: Type: parser.runtime, +Source: something, +Comment: void method not found +Absent method non-empty string error: Type: parser.runtime, +Source: something, +Comment: string method not found