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

Side by Side Diff: lib/src/prism/tests/languages/wiki/url_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 [[w:en:Formal_grammar|Formal grammar]]
2 [http://www.cl.cam.ac.uk/~mgk25/iso-ebnf.html EBNF help]
3
4 ISBN 1234567890
5 ISBN 123456789x
6 ISBN 1 2 3-4-5 6789 X
7 ISBN 978-9999999999
8
9 RFC 822
10 PMID 822
11
12 ----------------------------------------------------
13
14 [
15 ["url", "[[w:en:Formal_grammar|Formal grammar]]"],
16 ["url", "[http://www.cl.cam.ac.uk/~mgk25/iso-ebnf.html EBNF help]"],
17
18 ["url", "ISBN 1234567890"],
19 ["url", "ISBN 123456789x"],
20 ["url", "ISBN 1 2 3-4-5 6789 X"],
21 ["url", "ISBN 978-9999999999"],
22
23 ["url", "RFC 822"],
24 ["url", "PMID 822"]
25 ]
26
27 ----------------------------------------------------
28
29 Checks for links, ISBN, RFC and PMID.
OLDNEW
« no previous file with comments | « lib/src/prism/tests/languages/wiki/symbol_feature.test ('k') | lib/src/prism/tests/languages/wiki/variable_feature.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698