(attrs, body)
| 168 | peg$c44 = "<content", |
| 169 | peg$c45 = { type: "literal", value: "<content", description: "\"<content\"" }, |
| 170 | peg$c46 = function(attrs, body) { |
| 171 | return { |
| 172 | type: 'ContentStatement', |
| 173 | attributes: attrs || {}, |
| 174 | body: body || [] |
| 175 | }; |
| 176 | }, |
| 177 | peg$c47 = { type: "other", description: "<include>" }, |
| 178 | peg$c48 = "<include", |
| 179 | peg$c49 = { type: "literal", value: "<include", description: "\"<include\"" }, |
no outgoing calls
no test coverage detected
searching dependent graphs…