Blame view

bower_components/prism/tests/languages/roboconf/keyword_feature.test 435 Bytes
f748e9cf   Luigi Serra   new controllet an...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  facet Foo {}

  instance of Bar {}

  external

  import

  

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

  

  [

  	["keyword", "facet"],

  	["component", "Foo"], ["punctuation", "{"], ["punctuation", "}"],

  	["keyword", "instance of"],

  	["component", "Bar"], ["punctuation", "{"], ["punctuation", "}"],

  	["keyword", "external"],

  	["keyword", "import"]

  ]

  

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

  

  Checks for keywords.