### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
Parsing X w/o any skipping
X, [$x=b"A"]
Parsing Y w/o any skipping
X, [$x=b"A"]
X, [$x=b"B"]
Y, [$xs=[[$x=b"A"], [$x=b"B"]]]
Parsing X w/ content like skip-post
X, [$x=b"1"]
X, [$x=b"1"]
Parsing X w/o any skipping since skip-pre and -post in the wrong place
X, [$x=b"1"]
Parsing Y w/o any skipping since skip-pre and -post in the wrong place
X, [$x=b"1"]
X, [$x=b"A"]
X, [$x=b"B"]
[error] processing failed with exception of type spicy::rt::ParseError: expected 1 bytes (0 available) (<...>/skip.spicy:41:5-41:21)
Parsing Y w/ skipping pre and post
X, [$x=b"A"]
X, [$x=b"B"]
Y, [$xs=[[$x=b"A"], [$x=b"B"]]]
Parsing Y w/ skip between xs
X, [$x=b"A"]
X, [$x=b"B"]
X, [$x=b"C"]
Y, [$xs=[[$x=b"A"], [$x=b"B"], [$x=b"C"]]]
Parsing Y with incremental input
X, [$x=b"A"]
X, [$x=b"B"]
X, [$x=b"C"]
Y, [$xs=[[$x=b"A"], [$x=b"B"], [$x=b"C"]]]
Parsing Z overriding module-level %skip-pre and %skip
X, [$x=b"A"]
X, [$x=b"B"]
X, [$x=b"1"]
X, [$x=b"C"]
X, [$x=b"D"]
Y, [$xs=[[$x=b"A"], [$x=b"B"], [$x=b"1"], [$x=b"C"], [$x=b"D"]]]
