keyword_feature.test
373 Bytes
%union
%token
%%
exp: %empty
%%
----------------------------------------------------
[
["bison", [
["keyword", "%union"],
["keyword", "%token"],
["punctuation", "%%"],
["property", "exp"], ["punctuation", ":"],
["keyword", "%empty"],
["punctuation", "%%"]
]]
]
----------------------------------------------------
Checks for keywords.