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

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

Issue 685593006: This CL provides a bunch of new parser tests, and updates the (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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 | « sky/tests/parser/script.sky ('k') | sky/tests/parser/starttag.sky » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 ERROR: Uncaught SyntaxError: Unexpected token <
2 SOURCE: http://127.0.0.1:8000/parser/script.sky:3
3 ERROR: Uncaught SyntaxError: Unexpected token <
4 SOURCE: http://127.0.0.1:8000/parser/script.sky:3
5 ERROR: Uncaught SyntaxError: Unexpected token <
6 SOURCE: http://127.0.0.1:8000/parser/script.sky:3
7 ERROR: Uncaught ReferenceError: TEST is not defined
8 SOURCE: http://127.0.0.1:8000/parser/script.sky:2
9 ERROR: Uncaught SyntaxError: Invalid regular expression: missing /
10 SOURCE: http://127.0.0.1:8000/parser/script.sky:2
11 ERROR: Uncaught SyntaxError: Invalid regular expression: missing /
12 SOURCE: http://127.0.0.1:8000/parser/script.sky:2
13 ERROR: Uncaught SyntaxError: Unexpected token }
14 SOURCE: http://127.0.0.1:8000/parser/script.sky:4
15 <html>
16 <link rel="import" href="../resources/dump-as-markup.sky"></link>
17 <body>
18
19 <script>
20 TEST <a></a>
21 </script>
22
23 <SCRIPT>
24 TEST <a></a>
25 </SCRIPT>
26
27 <script>
28 <SCRIPT>
29 TEST <a></a>
30 </SCRIPT>
31 </script>
32
33 <SCRIPT>
34 <script>
35 TEST <a></a>
36 </SCRIPT>
37 </script>
38 </SCRIPT>
39
40 <script> TEST </script>
41
42 &lt;
43 script
44 &gt; TEST
45
46 <script> TEST </
47 script>
48 </script>
49
50 <script> TEST </scrip>
51 </script>
52
53 <script> TEST <//script>
54 </script>
55
56 </body>
57 </html>
OLDNEW
« no previous file with comments | « sky/tests/parser/script.sky ('k') | sky/tests/parser/starttag.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698