Blame view

bower_components/prism/tests/languages/gherkin/tag_feature.test 291 Bytes
eb240478   Luigi Serra   public room cards...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  @important

  @billing @bicker @annoy

  	@foo

  

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

  

  [

  	["tag", "@important"],

  	["tag", "@billing"],

  	["tag", "@bicker"],

  	["tag", "@annoy"],

  	["tag", "@foo"]

  ]

  

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

  

  Checks for tags.