{"ScriptPreparationCode":"var MyValue = \u002220\u0022;","TestCases":[{"Name":"each","Code":"$(\u0022#testme li\u0022).each(function() {\r\n if ($(this).value == MyValue) {\r\n console.log(\u0022true\u0022);\r\n }\r\n});","IsDeferred":false},{"Name":"find","Code":"$(\u0022#testme\u0022).find(\u0022[value=\u0022 \u002B MyValue \u002B \u0022]\u0022).each(function() {\r\n console.log(\u0022true\u0022);\r\n});","IsDeferred":false}]}