variable_feature.test 372 Bytes
$foo
$foo-bar
$foo_bar
#{$foo}
#{$foo-bar}
#{$foo_bar}

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

[
	["variable", "$foo"],
	["variable", "$foo-bar"],
	["variable", "$foo_bar"],
	["variable", "#{$foo}"],
	["variable", "#{$foo-bar}"],
	["variable", "#{$foo_bar}"]
]

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

Checks for variables.