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

Side by Side Diff: lib/src/prism/tests/languages/rest/hr_feature.test

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: update pubspec/changelog Created 5 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
OLDNEW
(Empty)
1 Foo
2
3 !!!!
4
5 """"
6
7 ####
8
9 $$$$
10
11 %%%%
12
13 &&&&
14
15 ''''
16
17 ((((
18
19 ))))
20
21 ****
22
23 ++++
24
25 ,,,,
26
27 ----
28
29 ....
30
31 ////
32
33 ::::
34
35 ;;;;
36
37 <<<<
38
39 ====
40
41 >>>>
42
43 ????
44
45 @@@@
46
47 [[[[
48
49 \\\\
50
51 ]]]]
52
53 ^^^^
54
55 ____
56
57 ````
58
59 {{{{
60
61 ||||
62
63 }}}}
64
65 ~~~~
66
67 Foo
68
69 ----------------------------------------------------
70
71 [
72 "Foo\r\n\r\n",
73 ["hr", "!!!!"],
74 ["hr", "\"\"\"\""],
75 ["hr", "####"],
76 ["hr", "$$$$"],
77 ["hr", "%%%%"],
78 ["hr", "&&&&"],
79 ["hr", "''''"],
80 ["hr", "(((("],
81 ["hr", "))))"],
82 ["hr", "****"],
83 ["hr", "++++"],
84 ["hr", ",,,,"],
85 ["hr", "----"],
86 ["hr", "...."],
87 ["hr", "////"],
88 ["hr", "::::"],
89 ["hr", ";;;;"],
90 ["hr", "<<<<"],
91 ["hr", "===="],
92 ["hr", ">>>>"],
93 ["hr", "????"],
94 ["hr", "@@@@"],
95 ["hr", "[[[["],
96 ["hr", "\\\\\\\\"],
97 ["hr", "]]]]"],
98 ["hr", "^^^^"],
99 ["hr", "____"],
100 ["hr", "````"],
101 ["hr", "{{{{"],
102 ["hr", "||||"],
103 ["hr", "}}}}"],
104 ["hr", "~~~~"],
105 "\r\n\r\nFoo"
106 ]
107
108 ----------------------------------------------------
109
110 Checks for horizontal lines, with every possible characters.
111 The "Foo"s are required since tests are trimmed and horizontal lines
112 require line feeds before and after.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698