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

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

Issue 867963006: Add the <t> element and ignore whitespace outside it. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Do it for a whole subtree. Created 5 years, 11 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
« no previous file with comments | « sky/tests/parser/html-expected.txt ('k') | sky/tests/parser/starttag-expected.txt » ('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/sky/tests/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/sky/tests/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/sky/tests/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/sky/tests/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/sky/tests/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/sky/tests/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/sky/tests/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 <script>
19 <script>
20 TEST <a></a> 19 TEST <a></a>
21 </script> 20 </script>
22 21 <SCRIPT>
23 <SCRIPT>
24 TEST <a></a> 22 TEST <a></a>
25 </SCRIPT> 23 </SCRIPT>
26 24 <script>
27 <script>
28 <SCRIPT> 25 <SCRIPT>
29 TEST <a></a> 26 TEST <a></a>
30 </SCRIPT> 27 </SCRIPT>
31 </script> 28 </script>
32 29 <SCRIPT>
33 <SCRIPT> 30 <script>
34 <script>
35 TEST <a></a> 31 TEST <a></a>
36 </SCRIPT> 32 </SCRIPT>
37 </script> 33 </script>
38 </SCRIPT> 34 </SCRIPT>
39 35 <script> TEST </script>
40 <script> TEST </script>
41 36
42 &lt; 37 &lt;
43 script 38 script
44 &gt; TEST 39 &gt; TEST <script> TEST </
45
46 <script> TEST </
47 script> 40 script>
48 </script> 41 </script>
42 <script> TEST </scrip>
43 </script>
44 <script> TEST <//script>
45 </script>
46 </body>
47 </html>
49 48
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/html-expected.txt ('k') | sky/tests/parser/starttag-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698