1 2 3 4 5 6 7 8 9 10 11 12 13 14
name = "load_simple" type = "logic" xrml = ''' <?load file="components/header.hrml"?> ''' expected = ''' <header>H</header> ''' [[files]] path = "components/header.hrml" content = ''' <header>H</header> '''