Blame view

bower_components/prism/tests/languages/mel/variable_feature.test 246 Bytes
eb240478   Luigi Serra   public room cards...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  $x

  $foo42

  $Foo_Bar_42

  

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

  

  [

  	["variable", "$x"],

  	["variable", "$foo42"],

  	["variable", "$Foo_Bar_42"]

  ]

  

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

  

  Checks for variables.