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

Side by Side Diff: polymer_0.5.0/bower_components/marked/test/tests/backslash_escapes.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 These should all get escaped: 1 These should all get escaped:
2 2
3 Backslash: \\ 3 Backslash: \\
4 4
5 Backtick: \` 5 Backtick: \`
6 6
7 Asterisk: \* 7 Asterisk: \*
8 8
9 Underscore: \_ 9 Underscore: \_
10 10
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 111
112 \_underscores\_ 112 \_underscores\_
113 113
114 \`backticks\` 114 \`backticks\`
115 115
116 This is a code span with a literal backslash-backtick sequence: `` \` `` 116 This is a code span with a literal backslash-backtick sequence: `` \` ``
117 117
118 This is a tag with unescaped backticks <span attr='`ticks`'>bar</span>. 118 This is a tag with unescaped backticks <span attr='`ticks`'>bar</span>.
119 119
120 This is a tag with backslashes <span attr='\\backslashes\\'>bar</span>. 120 This is a tag with backslashes <span attr='\\backslashes\\'>bar</span>.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698