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