| 1 | // Copyright 2018-2026 the Deno authors. MIT license. |
| 2 | |
| 3 | import { assertEquals, assertRejects } from "@std/assert"; |
| 4 | import { parseXmlStream, parseXmlStreamFromBytes } from "./parse_stream.ts"; |
nothing calls this directly
no test coverage detected