datasource-textschema.html revision 257c0dee0daff8241186372ad7df55a466b54153
340N/A<!DOCTYPE HTML>
340N/A<html>
340N/A<head>
340N/A<title>DataSource Tests</title>
340N/A<script src="/build/yui/yui.js"></script>
340N/A</head>
340N/A
340N/A<body class="yui3-skin-sam">
340N/A<script src="datasource-textschema-tests.js"></script>
340N/A<script>
340N/AYUI({
340N/A filter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min',
340N/A allowRollup: false,
340N/A useBrowserConsole: true
340N/A}).use("datasource-textschema-tests", "console", function (Y) {
340N/A new Y.Console().render();
340N/A
340N/A Y.Test.Runner.run();
340N/A});
340N/A</script>
340N/A</body>
340N/A</html>
340N/A