// Set up the page
ArrayAssert = Y.ArrayAssert,
};
name: "Lookup Best Language Tests",
testArray: function() {
},
testString: function() {
},
testStar: function() {
},
testPrivate: function() {
var language = Y.Intl.lookupBestLang("de-DE,zh-Hant-CN-x-private1-private2", ["fr-FR", "zh-Hant-CN", "zh-Hant-CN-x"]);
}
}));
name: "Basic Intl Language Store Tests",
testAdd: function() {
var eventStack = [],
];
hello:"Hello"
});
});
hello:"Bonjour"
});
hello: "こんにちは"
});
var equal = true;
try {
areObjectsReallyEqual(a, b);
} catch(e) {
equal = false;
}
return equal;
});
h.detach();
},
testRoot : function() {
hello:"Bonjour"
});
hello:"HELLO"
});
},
testGet : function() {
var origSet = {
hello : "Hello",
world : "World"
};
hello : "Hello",
world : "World"
});
}
}));
name: 'Get All Languages',
'test: getAvailableLangs': function() {
}
}));
});