Skip to content

Commit

Permalink
Add SpacedRune test case (ordinals#3379)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored and harutyunaraci committed Mar 30, 2024
1 parent 417c2bf commit 38747ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runes/spaced_rune.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ mod tests {
case("A.B.C", "ABC", 0b11);
case("A•B", "AB", 0b1);
case("A•B•C", "ABC", 0b11);
case("A•BC", "ABC", 0b1);
}

#[test]
Expand Down

0 comments on commit 38747ae

Please sign in to comment.