(head, tail)
| 463 | peg$c184 = ")", |
| 464 | peg$c185 = { type: "literal", value: ")", description: "\")\"" }, |
| 465 | peg$c186 = function(head, tail) { |
| 466 | if (!head) { |
| 467 | return []; |
| 468 | } |
| 469 | else { |
| 470 | return [head].concat(extractList(tail, 3)); |
| 471 | } |
| 472 | }, |
| 473 | peg$c187 = "?", |
| 474 | peg$c188 = { type: "literal", value: "?", description: "\"?\"" }, |
| 475 | peg$c189 = ":", |
no test coverage detected
searching dependent graphs…