|
|
| version 1.7, 2023/09/28 12:40:14 | version 1.10, 2024/09/28 16:54:13 |
|---|---|
| Line 1 | Line 1 |
| Content-Type: text/html | Content-Type: text/html |
| Content-Length: 723 | Content-Length: 766 |
| Empty string vs void: | Empty string vs void: |
| Json: "" vs null | Json: "" vs null |
| Line 10 Double: 0 vs 0 | Line 10 Double: 0 vs 0 |
| Base64: "" vs "" | Base64: "" vs "" |
| Hash compatibility: "" "" "" | Hash compatibility: "" "" "" |
| More hash compatibility: "false" "false" "false" | More hash compatibility: "false" "false" "false" |
| Methods are visible: "void" "void" "void" | Methods are not visible: "void" "void" "void" |
| Non-empty or whitespace string not hash compatible: Type: parser.runtime, | Non-empty or whitespace string not hash compatible: Exception type: parser.runtime, |
| Source: key, | Source: key, |
| Comment: element can not be fetched from string | Comment: element cannot be fetched from string |
| Absent method empty string error: Type: parser.runtime, | Absent method empty string error: Exception type: parser.runtime, |
| Source: something, | Source: something, |
| Comment: string method not found | Comment: string method not found |
| Absent method void error: Type: parser.runtime, | Absent method void error: Exception type: parser.runtime, |
| Source: something, | Source: something, |
| Comment: void method not found | Comment: void method not found |
| Absent method non-empty string error: Type: parser.runtime, | Absent method non-empty string error: Exception type: parser.runtime, |
| Source: something, | Source: something, |
| Comment: string method not found | Comment: string method not found |