Skip to content

Commit

Permalink
add test to cover new keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Balaniuc committed Dec 5, 2018
1 parent b54c8de commit b65f36b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/languages/java/keyword_feature.test
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ finally long
strictfp volatile const
float native super while
var null
module requires transitive exports uses open opens with to provides

----------------------------------------------------

Expand All @@ -45,7 +46,8 @@ var null
["keyword", "finally"], ["keyword", "long"],
["keyword", "strictfp"], ["keyword", "volatile"], ["keyword", "const"],
["keyword", "float"], ["keyword", "native"], ["keyword", "super"], ["keyword", "while"],
["keyword", "var"], ["keyword", "null"]
["keyword", "var"], ["keyword", "null"],
["keyword", "module"], ["keyword", "requires"], ["keyword", "transitive"], ["keyword", "exports"], ["keyword", "uses"], ["keyword", "open"], ["keyword", "opens"], ["keyword", "with"], ["keyword", "to"], ["keyword","provides"]
]

----------------------------------------------------
Expand Down
Empty file.

0 comments on commit b65f36b

Please sign in to comment.