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

Unified 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, 2 months 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 side-by-side diff with in-line comments
Download patch
Index: lib/src/prism/tests/languages/keyman/bold_feature.test
diff --git a/lib/src/prism/tests/languages/keyman/bold_feature.test b/lib/src/prism/tests/languages/keyman/bold_feature.test
new file mode 100644
index 0000000000000000000000000000000000000000..58e731c2ce138b3843c1d308e265c8b46a805bdf
--- /dev/null
+++ b/lib/src/prism/tests/languages/keyman/bold_feature.test
@@ -0,0 +1,59 @@
+&baselayout &bitmap &capsononly
+&capsalwaysoff &shiftfreescaps
+&copyright &ethnologuecode
+&hotkey &includecodes
+&keyboardversion &kmw_embedcss
+&kmw_embedjs &kmw_helpfile
+&kmw_helptext &kmw_rtl
+&language &layer &layoutfile
+&message &mnemoniclayout
+&name &oldcharposmatching
+&platform &targets &version
+&visualkeyboard &windowslanguages
+
+bitmap
+bitmaps
+caps on only
+caps always off
+shift frees caps
+copyright
+hotkey
+language
+layout
+message
+name
+version
+
+----------------------------------------------------
+
+[
+ ["bold", "&baselayout"], ["bold", "&bitmap"], ["bold", "&capsononly"],
+ ["bold", "&capsalwaysoff"], ["bold", "&shiftfreescaps"],
+ ["bold", "&copyright"], ["bold", "&ethnologuecode"],
+ ["bold", "&hotkey"], ["bold", "&includecodes"],
+ ["bold", "&keyboardversion"], ["bold", "&kmw_embedcss"],
+ ["bold", "&kmw_embedjs"], ["bold", "&kmw_helpfile"],
+ ["bold", "&kmw_helptext"], ["bold", "&kmw_rtl"],
+ ["bold", "&language"], ["bold", "&layer"], ["bold", "&layoutfile"],
+ ["bold", "&message"], ["bold", "&mnemoniclayout"],
+ ["bold", "&name"], ["bold", "&oldcharposmatching"],
+ ["bold", "&platform"], ["bold", "&targets"], ["bold", "&version"],
+ ["bold", "&visualkeyboard"], ["bold", "&windowslanguages"],
+
+ ["bold", "bitmap"],
+ ["bold", "bitmaps"],
+ ["bold", "caps on only"],
+ ["bold", "caps always off"],
+ ["bold", "shift frees caps"],
+ ["bold", "copyright"],
+ ["bold", "hotkey"],
+ ["bold", "language"],
+ ["bold", "layout"],
+ ["bold", "message"],
+ ["bold", "name"],
+ ["bold", "version"]
+]
+
+----------------------------------------------------
+
+Checks for header statements, system stores and variable system stores.
« 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