index-loader.html revision e157e439a6af405b40e7db30e1b7ffbabebeb2a2
70N/A<!-- This is the loader test file, notice it's using the `yui-base` seed file & including loader so it is NOT fetched. -->
70N/A gfilter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min'
70N/A logExclude: {Dom: true, Selector: true, Node: true, attribute: true, base: true, event: true, widget: true },
371N/A filter: YUI_config.gfilter,
70N/A fullpath: '/seed-tests.js',
371N/A fullpath: '/core-tests.js',
70N/A fullpath: 'config-test.js'
70N/A fullpath: 'later-test.js'
70N/A fullpath: 'namespace-test.js'
70N/A}).use('seed-tests', 'core-tests', 'config-test', 'later-test', 'namespace-test', 'test-console', 'test', function(Y) {
70N/A new Y.Test.Console().render('#log');
192N/A Y.Test.Runner.setName('YUI Seed Static Loader Test Suite');