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

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

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates 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 [1]_
2 [2]_
3 [#]_
4 [#foobar]_
5 [CIT2002]_
6
7 foobar_
8 foo__
9 foo:bar_
10 `foo:bar`_
11 `foo bar baz`__
12 _`inline internal target`
13
14 ----------------------------------------------------
15
16 [
17 ["link", [["punctuation", "["], "1", ["punctuation", "]_"]]],
18 ["link", [["punctuation", "["], "2", ["punctuation", "]_"]]],
19 ["link", [["punctuation", "["], "#", ["punctuation", "]_"]]],
20 ["link", [["punctuation", "["], "#foobar", ["punctuation", "]_"]]],
21 ["link", [["punctuation", "["], "CIT2002", ["punctuation", "]_"]]],
22
23 ["link", ["foobar", ["punctuation", "_"]]],
24 ["link", ["foo", ["punctuation", "__"]]],
25 ["link", ["foo:bar", ["punctuation", "_"]]],
26 ["link", [["punctuation", "`"], "foo:bar", ["punctuation", "`_"]]],
27 ["link", [["punctuation", "`"], "foo bar baz", ["punctuation", "`__"]]],
28 ["link", [["punctuation", "_`"], "inline internal target", ["punctuation ", "`"]]]
29 ]
30
31 ----------------------------------------------------
32
33 Checks for links.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698