### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
Bar init, [$x=(not set), $y=(not set)]
Bar abc
Foo init, [$y=(not set)]
Foo def
Foo done, [$y=b"def"]
Foo finally, [$y=b"def"]
Bar [$y=b"def"]
Bar done, [$x=b"abc", $y=[$y=b"def"]]
Bar finally, [$x=b"abc", $y=[$y=b"def"]]

Bar init, [$x=(not set), $y=(not set)]
Bar abc
Foo init, [$y=(not set)]
Foo error, [$y=(not set)]
Foo finally, [$y=(not set)]
Bar error, [$x=b"abc", $y=[$y=(not set)]]
Bar finally, [$x=b"abc", $y=[$y=(not set)]]
[error] processing failed with exception of type spicy::rt::ParseError: expected bytes literal "def" but input starts with "XYZ" (<...>/finally.spicy:28:8-28:13)

Bar init, [$x=(not set), $y=(not set)]
Bar error, [$x=(not set), $y=(not set)]
Bar finally, [$x=(not set), $y=(not set)]
[error] processing failed with exception of type spicy::rt::ParseError: expected bytes literal "abc" but input starts with "XYZ" (<...>/finally.spicy:18:8-18:13)
