script::before, script::after {
content:"<
script src=\
"" attr(
src)
"\">";
.yui-console, .yui-console-bd {
overflow-y:auto!important;
<
body class="yui3-skin-sam">
<
h1>Query String Tests</
h1>
function verify (expected) {
if (actual !== expected) {
throw new Error("Expected: "+expected+"\nActual: "+actual);
YUI({ filter : 'raw' }).use( 'querystring-stringify-simple', 'io-base', function (Y) {
success : verify('{"POST":{"foo":"bar","baz":"[object Object]"},"GET":{"simple_qs":""}}')
YUI({ filter : 'raw' }).use( 'querystring', 'io-base', function (Y) {
success : verify('{"POST":{"foo":"bar","baz":{"quux":"foo"},"arr":["1","2","3"]},"GET":{"with_qs":""}}')