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

Side by Side Diff: lib/src/prism/tests/languages/wiki/heading_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 = Header 1 =
2 == Header 2 ==
3 === Header 3 ===
4 ==== Header 4 ====
5 ===== Header 5 =====
6 ====== Header 6 ======
7
8 ----------------------------------------------------
9
10 [
11 ["heading", [
12 ["punctuation", "="], ["important", " Header 1 "], ["punctuation ", "="]
13 ]],
14 ["heading", [
15 ["punctuation", "=="], ["important", " Header 2 "], ["punctuatio n", "=="]
16 ]],
17 ["heading", [
18 ["punctuation", "==="], ["important", " Header 3 "], ["punctuati on", "==="]
19 ]],
20 ["heading", [
21 ["punctuation", "===="], ["important", " Header 4 "], ["punctuat ion", "===="]
22 ]],
23 ["heading", [
24 ["punctuation", "====="], ["important", " Header 5 "], ["punctua tion", "====="]
25 ]],
26 ["heading", [
27 ["punctuation", "======"], ["important", " Header 6 "], ["punctu ation", "======"]
28 ]]
29 ]
30
31 ----------------------------------------------------
32
33 Checks for titles.
OLDNEW
« no previous file with comments | « lib/src/prism/tests/languages/wiki/emphasis_feature.test ('k') | lib/src/prism/tests/languages/wiki/hr_feature.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698