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

Side by Side Diff: lib/src/prism/tests/languages/glsl/preprocessor_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 #define
2 #undef
3 #if
4 #ifdef
5 #ifndef
6 #else
7 #elif
8 #endif
9 #error
10 #pragma
11 #extension
12 #version
13 #line
14
15 ----------------------------------------------------
16
17 [
18 ["preprocessor", "#define"],
19 ["preprocessor", "#undef"],
20 ["preprocessor", "#if"],
21 ["preprocessor", "#ifdef"],
22 ["preprocessor", "#ifndef"],
23 ["preprocessor", "#else"],
24 ["preprocessor", "#elif"],
25 ["preprocessor", "#endif"],
26 ["preprocessor", "#error"],
27 ["preprocessor", "#pragma"],
28 ["preprocessor", "#extension"],
29 ["preprocessor", "#version"],
30 ["preprocessor", "#line"]
31 ]
32
33 ----------------------------------------------------
34
35 Checks for preprocessor instructions.
OLDNEW
« no previous file with comments | « lib/src/prism/tests/languages/glsl/number_feature.test ('k') | lib/src/prism/tests/languages/go/boolean_feature.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698