()
| 477 | use crate::types::ChangePosition; |
| 478 | |
| 479 | fn test_position() -> Position<NodeId> { |
| 480 | Position::new(NodeId::ROOT, ChangePosition::new(0)) |
| 481 | } |
| 482 | |
| 483 | /// Helper to create a writer and run a test function, then return the buffer contents |
| 484 | fn with_writer<F>(f: F) -> Vec<u8> |
no outgoing calls
no test coverage detected