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

Unified Diff: lib/src/prism/tests/languages/julia/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/julia/keyword_feature.test
diff --git a/lib/src/prism/tests/languages/julia/keyword_feature.test b/lib/src/prism/tests/languages/julia/keyword_feature.test
new file mode 100644
index 0000000000000000000000000000000000000000..e2cfa8c88f28d744166ebe8767bc86783114fc30
--- /dev/null
+++ b/lib/src/prism/tests/languages/julia/keyword_feature.test
@@ -0,0 +1,31 @@
+abstract baremodule begin
+bitstype break catch
+ccall const continue
+do else elseif end
+export finally for
+function global if
+immutable import importall
+let local macro module
+print println quote
+return try type
+typealias using while
+
+----------------------------------------------------
+
+[
+ ["keyword", "abstract"], ["keyword", "baremodule"], ["keyword", "begin"],
+ ["keyword", "bitstype"], ["keyword", "break"], ["keyword", "catch"],
+ ["keyword", "ccall"], ["keyword", "const"], ["keyword", "continue"],
+ ["keyword", "do"], ["keyword", "else"], ["keyword", "elseif"], ["keyword", "end"],
+ ["keyword", "export"], ["keyword", "finally"], ["keyword", "for"],
+ ["keyword", "function"], ["keyword", "global"], ["keyword", "if"],
+ ["keyword", "immutable"], ["keyword", "import"], ["keyword", "importall"],
+ ["keyword", "let"], ["keyword", "local"], ["keyword", "macro"], ["keyword", "module"],
+ ["keyword", "print"], ["keyword", "println"], ["keyword", "quote"],
+ ["keyword", "return"], ["keyword", "try"], ["keyword", "type"],
+ ["keyword", "typealias"], ["keyword", "using"], ["keyword", "while"]
+]
+
+----------------------------------------------------
+
+Checks for all keywords.
« no previous file with comments | « lib/src/prism/tests/languages/julia/comment_feature.test ('k') | lib/src/prism/tests/languages/julia/number_feature.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698