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

Side by Side Diff: lib/src/prism/tests/languages/swift/atrule_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 @IBOutlet
2 @IBDesignable
3 @IBAction
4 @IBInspectable
5 @class_protocol
6 @exported
7 @noreturn
8 @NSCopying
9 @NSManaged
10 @objc
11 @UIApplicationMain
12 @auto_closure
13
14 ----------------------------------------------------
15
16 [
17 ["atrule", "@IBOutlet"],
18 ["atrule", "@IBDesignable"],
19 ["atrule", "@IBAction"],
20 ["atrule", "@IBInspectable"],
21 ["atrule", "@class_protocol"],
22 ["atrule", "@exported"],
23 ["atrule", "@noreturn"],
24 ["atrule", "@NSCopying"],
25 ["atrule", "@NSManaged"],
26 ["atrule", "@objc"],
27 ["atrule", "@UIApplicationMain"],
28 ["atrule", "@auto_closure"]
29 ]
30
31 ----------------------------------------------------
32
33 Checks for at-rules.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698