class Tlf\Lexer\Test\BashGrammar
Constants
Properties
-
protected $thingies = [ 'CommentsWithAttributes'=>[ 'start''comment', 'input'"var=\"abc\"Black Lives Matter @see(local_police_data)\nvarb=\"def\"", 'expect'=>[ "comments"=>[ 0=>[ 'type''comment', 'src''#Black Lives Matter @see(local_police_data)', 'description'=> "Black Lives Matter ", 'attributes'=>[ [ "type"'attribute', 'src''@see(local_police_data)', 'name''see', 'args''local_police_data'], ] ] ] ], ], ], 'Comments'=>[ 'start''comment', 'input'"var=\"abc\"I am a comment\nvarb=\"def\"", 'expect'=>[ "comments"=>[ 0=>[ 'type''comment', 'src''#I am a comment', 'description'=> "I am a comment", ] ], ], ], ];
Methods
-
public function testBashStuff()