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

Unified Diff: lib/src/prism/tests/languages/ocaml/keyword_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/ocaml/keyword_feature.test
diff --git a/lib/src/prism/tests/languages/ocaml/keyword_feature.test b/lib/src/prism/tests/languages/ocaml/keyword_feature.test
new file mode 100644
index 0000000000000000000000000000000000000000..2259da66b5ac2ba8668e9f5ff00606d4e42d7034
--- /dev/null
+++ b/lib/src/prism/tests/languages/ocaml/keyword_feature.test
@@ -0,0 +1,101 @@
+as
+assert
+begin
+class
+constraint
+do
+done
+downto
+else
+end
+exception
+external
+for
+fun
+function
+functor
+if
+in
+include
+inherit
+initializer
+lazy
+let
+match
+method
+module
+mutable
+new
+object
+of
+open
+prefix
+private
+rec
+then
+sig
+struct
+to
+try
+type
+val
+value
+virtual
+where
+while
+with
+
+----------------------------------------------------
+
+[
+ ["keyword", "as"],
+ ["keyword", "assert"],
+ ["keyword", "begin"],
+ ["keyword", "class"],
+ ["keyword", "constraint"],
+ ["keyword", "do"],
+ ["keyword", "done"],
+ ["keyword", "downto"],
+ ["keyword", "else"],
+ ["keyword", "end"],
+ ["keyword", "exception"],
+ ["keyword", "external"],
+ ["keyword", "for"],
+ ["keyword", "fun"],
+ ["keyword", "function"],
+ ["keyword", "functor"],
+ ["keyword", "if"],
+ ["keyword", "in"],
+ ["keyword", "include"],
+ ["keyword", "inherit"],
+ ["keyword", "initializer"],
+ ["keyword", "lazy"],
+ ["keyword", "let"],
+ ["keyword", "match"],
+ ["keyword", "method"],
+ ["keyword", "module"],
+ ["keyword", "mutable"],
+ ["keyword", "new"],
+ ["keyword", "object"],
+ ["keyword", "of"],
+ ["keyword", "open"],
+ ["keyword", "prefix"],
+ ["keyword", "private"],
+ ["keyword", "rec"],
+ ["keyword", "then"],
+ ["keyword", "sig"],
+ ["keyword", "struct"],
+ ["keyword", "to"],
+ ["keyword", "try"],
+ ["keyword", "type"],
+ ["keyword", "val"],
+ ["keyword", "value"],
+ ["keyword", "virtual"],
+ ["keyword", "where"],
+ ["keyword", "while"],
+ ["keyword", "with"]
+]
+
+----------------------------------------------------
+
+Checks for keywords.
« no previous file with comments | « lib/src/prism/tests/languages/ocaml/directive_feature.test ('k') | lib/src/prism/tests/languages/ocaml/number_feature.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698