inscriptions: Vec::new(),
},
"
Sat 2099999997689999
- decimal
- 6929999.0
- degree
- 5°209999′1007″0‴
- percentile
- 100%
- name
- a
- cycle
- 5
- epoch
- 32
- period
- 3437
- block
- 6929999
- offset
- 0
- rarity
- uncommon
- timestamp
.*
prev
next
.*
"
.unindent()
);
}
#[test]
fn sat_with_next_and_prev() {
assert_regex_match!(
SatHtml {
sat: Sat(1),
satpoint: None,
blocktime: Blocktime::confirmed(0),
inscriptions: Vec::new(),
},
r"Sat 1
.*prev\nnext.*",