1 2 3 4 5 6 7 8 9
name = "self_closing_bind" type = "logic" xrml = ''' <?bind var="title"?>Bound Title<?/bind?> <h1><?get id="title"?></h1> ''' expected = ''' <h1>Bound Title</h1> '''