<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Test Page</title>
</head>
<body class="yui3-skin-sam">
<div id="log"></div>
<script>
var Y = YUI({
allowRollup: false,
filter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min',
modules: {
'array-extras-test': {
fullpath: 'array-extras-test.js',
requires: [
'array-extras', 'test'
]
}
}
}).use('array-extras-test', 'test-console', function (Y) {
new Y.Test.Console().render('#log');
});
</script>
</body>
</html>