Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Side by Side Diff: sky/tests/parser/script-expected.txt

Issue 1215063003: Remove Sky tests that we don't intend to port to the new world (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 ERROR: Uncaught SyntaxError: Unexpected token <
2 SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:6
3 ERROR: Uncaught SyntaxError: Unexpected token <
4 SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:14
5 ERROR: Uncaught SyntaxError: Unexpected token <
6 SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:21
7 ERROR: Uncaught ReferenceError: TEST is not defined
8 SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:27
9 ERROR: Uncaught SyntaxError: Invalid regular expression: missing /
10 SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:34
11 ERROR: Uncaught SyntaxError: Invalid regular expression: missing /
12 SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:38
13 ERROR: Uncaught SyntaxError: Unexpected token }
14 SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:43
15 <html>
16 <import src="../resources/dump-as-markup.sky"></import>
17 <body>
18 <script>
19 TEST <a></a>
20 </script>
21 <SCRIPT>
22 TEST <a></a>
23 </SCRIPT>
24 <script>
25 <SCRIPT>
26 TEST <a></a>
27 </SCRIPT>
28 </script>
29 <SCRIPT>
30 <script>
31 TEST <a></a>
32 </SCRIPT>
33 </script>
34 </SCRIPT>
35 <script> TEST </script>
36
37 &lt;
38 script
39 &gt; TEST <script> TEST </
40 script>
41 </script>
42 <script> TEST </scrip>
43 </script>
44 <script> TEST <//script>
45 </script>
46 </body>
47 </html>
48
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698