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

Side by Side Diff: lib/src/prism/tests/languages/nsis/important_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 !addincludedir
2 !addplugindir
3 !appendfile
4 !cd
5 !define
6 !delfile
7 !echo
8 !else
9 !endif
10 !error
11 !execute
12 !finalize
13 !getdllversionsystem
14 !ifdef
15 !ifmacrodef
16 !ifmacrondef
17 !ifndef
18 !if
19 !include
20 !insertmacro
21 !macroend
22 !macro
23 !makensis
24 !packhdr
25 !searchparse
26 !searchreplace
27 !tempfile
28 !undef
29 !verbose
30 !warning
31
32 ----------------------------------------------------
33
34 [
35 ["important", "!addincludedir"],
36 ["important", "!addplugindir"],
37 ["important", "!appendfile"],
38 ["important", "!cd"],
39 ["important", "!define"],
40 ["important", "!delfile"],
41 ["important", "!echo"],
42 ["important", "!else"],
43 ["important", "!endif"],
44 ["important", "!error"],
45 ["important", "!execute"],
46 ["important", "!finalize"],
47 ["important", "!getdllversionsystem"],
48 ["important", "!ifdef"],
49 ["important", "!ifmacrodef"],
50 ["important", "!ifmacrondef"],
51 ["important", "!ifndef"],
52 ["important", "!if"],
53 ["important", "!include"],
54 ["important", "!insertmacro"],
55 ["important", "!macroend"],
56 ["important", "!macro"],
57 ["important", "!makensis"],
58 ["important", "!packhdr"],
59 ["important", "!searchparse"],
60 ["important", "!searchreplace"],
61 ["important", "!tempfile"],
62 ["important", "!undef"],
63 ["important", "!verbose"],
64 ["important", "!warning"]
65 ]
66
67 ----------------------------------------------------
68
69 Checks for compiler instructions.
OLDNEW
« no previous file with comments | « lib/src/prism/tests/languages/nsis/comment_feature.test ('k') | lib/src/prism/tests/languages/nsis/keyword_feature.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698