Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
import
{ assertEquals, assertThrows } from
"@std/assert"
;
4
import
{
type
XmlTokenCallbacks, XmlTokenizer } from
"./_tokenizer.ts"
;
Callers
nothing calls this directly
Calls
10
assertEquals
Function · 0.90
assertThrows
Function · 0.90
collectTokens
Function · 0.85
isTokenType
Function · 0.85
collectChunkedTokens
Function · 0.85
createCollector
Function · 0.85
collectTokensXml11
Function · 0.85
process
Method · 0.80
find
Method · 0.45
finalize
Method · 0.45
Tested by
no test coverage detected