()
| 184 | assert_eq!( |
| 185 | buf, |
| 186 | vec![0x81, 0xE8, 0x03], |
| 187 | "Tag0 {{ size: 1000 }} should be [0x81, 0xE8, 0x03]" |
| 188 | ); |
| 189 | } |
| 190 | |
| 191 | // ========================================================================= |
| 192 | // Universe examples (docs section "Universes") |
| 193 | // ========================================================================= |
| 194 |
nothing calls this directly
no test coverage detected