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

Side by Side Diff: lib/src/prism/tests/languages/css+haml/css+haml_usage.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 :css
2 .test {}
3
4 ~
5 :css
6 .test {}
7
8 ----------------------------------------------------
9
10 [
11 ["filter-css", [
12 ["filter-name", ":css"],
13 ["selector", ".test"],
14 ["punctuation", "{"],
15 ["punctuation", "}"]
16 ]],
17 ["punctuation", "~"],
18 ["filter-css", [
19 ["filter-name", ":css"],
20 ["selector", ".test"],
21 ["punctuation", "{"],
22 ["punctuation", "}"]
23 ]]
24 ]
25
26 ----------------------------------------------------
27
28 Checks for CSS filter in Haml. The tilde serves only as a separator.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698