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

Side by Side Diff: polymer_0.4.0/bower_components/marked/test/tests/auto_links.text

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: 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
OLDNEW
1 Link: <http://example.com/>. 1 Link: <http://example.com/>.
2 2
3 With an ampersand: <http://example.com/?foo=1&bar=2> 3 With an ampersand: <http://example.com/?foo=1&bar=2>
4 4
5 * In a list? 5 * In a list?
6 * <http://example.com/> 6 * <http://example.com/>
7 * It should. 7 * It should.
8 8
9 > Blockquoted: <http://example.com/> 9 > Blockquoted: <http://example.com/>
10 10
11 Auto-links should not occur here: `<http://example.com/>` 11 Auto-links should not occur here: `<http://example.com/>`
12 12
13 or here: <http://example.com/> 13 or here: <http://example.com/>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698