--- parser3/tests/261.html 2016/05/18 17:48:21 1.5
+++ parser3/tests/261.html 2023/09/28 12:41:58 1.7
@@ -21,7 +21,7 @@ Double: ^s.double(0) vs ^v.double(0)
Base64: "^s.base64[]" vs "^v.base64[]"
Hash compatibility: "$s.key" "$w.key" "$v.key"
More hash compatibility: "^b[^s.contains[key]]" "^b[^w.contains[key]]" "^b[^w.contains[key]]"
-Methods not visible: "$s.length" "$w.length" "$v.length"
+Methods are not visible: "^show[$s.length]" "^show[$w.length]" "^show[$v.length]"
Non-empty or whitespace string not hash compatible: ^try-catch{
$s[string]
@@ -47,3 +47,6 @@ Absent method non-empty string error: ^t
@b[v]{
^if($v){true}{false}
+
+@show[v]
+$v.CLASS_NAME