File:  [parser3project] / parser3 / tests / results / 261.processed
Revision 1.9: download - view: text, annotated - select for diffs - revision graph
Sun May 26 18:20:39 2024 UTC (2 years, 3 months ago) by moko
Branches: MAIN
CVS tags: HEAD
Type -> Exception type for readability

Content-Type: text/html
Content-Length: 767

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: "" "" ""
More hash compatibility: "false" "false" "false"
Methods are not visible: "void" "void" "void"
Non-empty or whitespace string not hash compatible: Exception type: parser.runtime,
Source: key,
Comment: element can not be fetched from string
Absent method empty string error: Exception type: parser.runtime,
Source: something,
Comment: string method not found
Absent method void error: Exception type: parser.runtime,
Source: something,
Comment: void method not found
Absent method non-empty string error: Exception type: parser.runtime,
Source: something,
Comment: string method not found

E-mail: