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

Side by Side Diff: lib/src/prism/tests/languages/keyman/function_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 ['c']
2 ["f"]
3 [K_SEL]
4 [K_KANJI?15]
5 [T_SCHWA]
6 [U_0259]
7 [CTRL 'a']
8 [SHIFT "b"]
9 [ALT K_C]
10 [LCTRL T_D]
11 [RCTRL U_E259]
12 [LALT K_F]
13 [RALT K_G]
14 [CAPS K_H]
15 [NCAPS K_I]
16
17 ----------------------------------------------------
18
19 [
20 ["function", "['c']"],
21 ["function", "[\"f\"]"],
22 ["function", "[K_SEL]"],
23 ["function", "[K_KANJI?15]"],
24 ["function", "[T_SCHWA]"],
25 ["function", "[U_0259]"],
26 ["function", "[CTRL 'a']"],
27 ["function", "[SHIFT \"b\"]"],
28 ["function", "[ALT K_C]"],
29 ["function", "[LCTRL T_D]"],
30 ["function", "[RCTRL U_E259]"],
31 ["function", "[LALT K_F]"],
32 ["function", "[RALT K_G]"],
33 ["function", "[CAPS K_H]"],
34 ["function", "[NCAPS K_I]"]
35 ]
36
37 ----------------------------------------------------
38
39 Checks for keys, with all possible modifiers.
OLDNEW
« no previous file with comments | « lib/src/prism/tests/languages/keyman/comment_feature.test ('k') | lib/src/prism/tests/languages/keyman/keyword_feature.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698