MCPcopy Create free account
hub / github.com/denoland/std / _tokenizer_test.ts

File _tokenizer_test.ts

xml/_tokenizer_test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Copyright 2018-2026 the Deno authors. MIT license.
2
3import { assertEquals, assertThrows } from "@std/assert";
4import { type XmlTokenCallbacks, XmlTokenizer } from "./_tokenizer.ts";

Callers

nothing calls this directly

Calls 10

assertEqualsFunction · 0.90
assertThrowsFunction · 0.90
collectTokensFunction · 0.85
isTokenTypeFunction · 0.85
collectChunkedTokensFunction · 0.85
createCollectorFunction · 0.85
collectTokensXml11Function · 0.85
processMethod · 0.80
findMethod · 0.45
finalizeMethod · 0.45

Tested by

no test coverage detected