flutter_flutter/tests/parser/script-expected.txt
Eric Seidel a934c7fc09 Switch test_sky to sky_server
Adam did this in:
https://codereview.chromium.org/699333002
But later reverted in:
https://codereview.chromium.org/692333007

The problem was that the path to sky_server
was being computed relative to the sky
directory instead of being absolute, so when
the bots tried to run test_sky from the root
mojo directory instead of mojo/sky they failed.

TBR=abarth@chromium.org

Review URL: https://codereview.chromium.org/704833002
2014-11-05 13:08:49 -08:00

58 lines
1.2 KiB
Plaintext

ERROR: Uncaught SyntaxError: Unexpected token <
SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:6
ERROR: Uncaught SyntaxError: Unexpected token <
SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:14
ERROR: Uncaught SyntaxError: Unexpected token <
SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:21
ERROR: Uncaught ReferenceError: TEST is not defined
SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:27
ERROR: Uncaught SyntaxError: Invalid regular expression: missing /
SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:34
ERROR: Uncaught SyntaxError: Invalid regular expression: missing /
SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:38
ERROR: Uncaught SyntaxError: Unexpected token }
SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:43
<html>
<import src="../resources/dump-as-markup.sky"></import>
<body>
<script>
TEST <a></a>
</script>
<SCRIPT>
TEST <a></a>
</SCRIPT>
<script>
<SCRIPT>
TEST <a></a>
</SCRIPT>
</script>
<SCRIPT>
<script>
TEST <a></a>
</SCRIPT>
</script>
</SCRIPT>
<script> TEST </script>
&lt;
script
&gt; TEST
<script> TEST </
script>
</script>
<script> TEST </scrip>
</script>
<script> TEST <//script>
</script>
</body>
</html>