Skip to content
9 changes: 9 additions & 0 deletions crates/engine/src/parser/oracle_effect/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48716,3 +48716,12 @@ fn unless_extraction_offsets_survive_unicode_case_fold() {
the boundary, and the mask must not eat the quote)"
);
}

#[test]
fn scratch_riptide_gearhulk_trace() {
let def = parse_effect_chain(
"for each opponent, put up to one target nonland permanent that player controls into its owner's library third from the top",
AbilityKind::Spell,
);
panic!("{:#?}", def);
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
}
Loading