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

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

Issue 699333002: Switch test_sky from apache to sky_server (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Less printf Created 6 years, 1 month 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
« no previous file with comments | « no previous file | sky/tests/services/network.sky » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ERROR: Uncaught SyntaxError: Unexpected token < 1 ERROR: Uncaught SyntaxError: Unexpected token <
2 SOURCE: http://127.0.0.1:8000/parser/script.sky:6 2 SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:6
3 ERROR: Uncaught SyntaxError: Unexpected token < 3 ERROR: Uncaught SyntaxError: Unexpected token <
4 SOURCE: http://127.0.0.1:8000/parser/script.sky:14 4 SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:14
5 ERROR: Uncaught SyntaxError: Unexpected token < 5 ERROR: Uncaught SyntaxError: Unexpected token <
6 SOURCE: http://127.0.0.1:8000/parser/script.sky:21 6 SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:21
7 ERROR: Uncaught ReferenceError: TEST is not defined 7 ERROR: Uncaught ReferenceError: TEST is not defined
8 SOURCE: http://127.0.0.1:8000/parser/script.sky:27 8 SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:27
9 ERROR: Uncaught SyntaxError: Invalid regular expression: missing / 9 ERROR: Uncaught SyntaxError: Invalid regular expression: missing /
10 SOURCE: http://127.0.0.1:8000/parser/script.sky:34 10 SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:34
11 ERROR: Uncaught SyntaxError: Invalid regular expression: missing / 11 ERROR: Uncaught SyntaxError: Invalid regular expression: missing /
12 SOURCE: http://127.0.0.1:8000/parser/script.sky:38 12 SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:38
13 ERROR: Uncaught SyntaxError: Unexpected token } 13 ERROR: Uncaught SyntaxError: Unexpected token }
14 SOURCE: http://127.0.0.1:8000/parser/script.sky:43 14 SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:43
15 <html> 15 <html>
16 <import src="../resources/dump-as-markup.sky"></import> 16 <import src="../resources/dump-as-markup.sky"></import>
17 <body> 17 <body>
18 18
19 <script> 19 <script>
20 TEST <a></a> 20 TEST <a></a>
21 </script> 21 </script>
22 22
23 <SCRIPT> 23 <SCRIPT>
24 TEST <a></a> 24 TEST <a></a>
(...skipping 23 matching lines...) Expand all
48 </script> 48 </script>
49 49
50 <script> TEST </scrip> 50 <script> TEST </scrip>
51 </script> 51 </script>
52 52
53 <script> TEST <//script> 53 <script> TEST <//script>
54 </script> 54 </script>
55 55
56 </body> 56 </body>
57 </html> 57 </html>
OLDNEW
« no previous file with comments | « no previous file | sky/tests/services/network.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698