### 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] terminating with uncaught exception of type spicy::rt::ParseError: expecting 'def' (<...>/finally.spicy:28:8)

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] terminating with uncaught exception of type spicy::rt::ParseError: expecting 'abc' (<...>/finally.spicy:18:8)
