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

Side by Side Diff: lib/src/prism/tests/languages/keyman/bold_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 &baselayout &bitmap &capsononly
2 &capsalwaysoff &shiftfreescaps
3 &copyright &ethnologuecode
4 &hotkey &includecodes
5 &keyboardversion &kmw_embedcss
6 &kmw_embedjs &kmw_helpfile
7 &kmw_helptext &kmw_rtl
8 &language &layer &layoutfile
9 &message &mnemoniclayout
10 &name &oldcharposmatching
11 &platform &targets &version
12 &visualkeyboard &windowslanguages
13
14 bitmap
15 bitmaps
16 caps on only
17 caps always off
18 shift frees caps
19 copyright
20 hotkey
21 language
22 layout
23 message
24 name
25 version
26
27 ----------------------------------------------------
28
29 [
30 ["bold", "&baselayout"], ["bold", "&bitmap"], ["bold", "&capsononly"],
31 ["bold", "&capsalwaysoff"], ["bold", "&shiftfreescaps"],
32 ["bold", "&copyright"], ["bold", "&ethnologuecode"],
33 ["bold", "&hotkey"], ["bold", "&includecodes"],
34 ["bold", "&keyboardversion"], ["bold", "&kmw_embedcss"],
35 ["bold", "&kmw_embedjs"], ["bold", "&kmw_helpfile"],
36 ["bold", "&kmw_helptext"], ["bold", "&kmw_rtl"],
37 ["bold", "&language"], ["bold", "&layer"], ["bold", "&layoutfile"],
38 ["bold", "&message"], ["bold", "&mnemoniclayout"],
39 ["bold", "&name"], ["bold", "&oldcharposmatching"],
40 ["bold", "&platform"], ["bold", "&targets"], ["bold", "&version"],
41 ["bold", "&visualkeyboard"], ["bold", "&windowslanguages"],
42
43 ["bold", "bitmap"],
44 ["bold", "bitmaps"],
45 ["bold", "caps on only"],
46 ["bold", "caps always off"],
47 ["bold", "shift frees caps"],
48 ["bold", "copyright"],
49 ["bold", "hotkey"],
50 ["bold", "language"],
51 ["bold", "layout"],
52 ["bold", "message"],
53 ["bold", "name"],
54 ["bold", "version"]
55 ]
56
57 ----------------------------------------------------
58
59 Checks for header statements, system stores and variable system stores.
OLDNEW
« no previous file with comments | « lib/src/prism/tests/languages/keyman/atrule_feature.test ('k') | lib/src/prism/tests/languages/keyman/comment_feature.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698