-
Equals Each Test
Should show a with value A, b with value 2, c= true, d = false, e=0.3, f the array [1,2,gogo]
class='a=A b=2 c=true d=false e=0.3 f=[1,2,gogo]
-
Equals All Test
Should show a with value A, b with value B.
Note: although c and d are set, they will not show b/c they are not in the options passed to showAllVals()
class='a=A b=B c=true d=false'
-
Equals Quoted Each Test
Should show a with value A A, b with value B B
class="a='A A' b='B B'"
-
Equals Quoted All Test
Should show a with value A A, b with value B B
class="a='A A' b='B B'"
-
JSON Each Test
Should show a with value {a1:'A1',a2:2}, b with value {b1:'B1',b2:2}
class='a:{a1:"A1",a2:2} b:{b1:"B1",b2:2}'
-
JSON All Test
Should show a with value {a1:'A1',a2:2}, b with value {b1:'B1',b2:2}
class='a:{a1:"A1",a2:2} b:{b1:"B1",b2:2}'
-
JSON Quoted Each Test
Should show a with value {a1:'A1',a2:2}, b with value {b1:'B1',b2:2}
class="a:'{a1: \'A1\' ,a2:2}' b:'{b1:\'B1\', b2:2} '"
-
JSON Quoted All Test
Should show a with value {a1:'A1',a2:2}, b with value {b1:'B1',b2:2}
class="a:'{a1: \'A1\' ,a2:2}' b:'{b1:\'B1\', b2:2} '"