Optional
invalidOptional
invalidIf specified, ensure that the grammar fails on this input.
Optional
onlyIf any test has this set to true, only run the tests with this set to true.
Optional
optionsExtra options to pass to parse(), overriding whatever else this library would have otherwise used.
Optional
peg$maxExpected peg$maxFailPos.
Optional
skipIf true, skip this test.
Optional
startWhich valid start rule to use? Default: grammar default start rule.
Optional
validIf specified, check this against the startRule.
Optional
validWhat result should startRule return for validInput? Default: validInput.
What to append to validInput to make it invalid, so that library mode will return a prefix match.