Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/rtfpessoa/diff2html
/ printer-utils-tests.ts
File
printer-utils-tests.ts
src/__tests__/printer-utils-tests.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ escapeForHtml, getHtmlId, filenameDiff, diffHighlight } from
'../render-utils'
;
2
import
{ DiffStyleType, LineMatchingType } from
'../types'
;
3
4
describe(
'Utils'
, () => {
Callers
nothing calls this directly
Calls
4
escapeForHtml
Function · 0.90
getHtmlId
Function · 0.90
filenameDiff
Function · 0.90
diffHighlight
Function · 0.90
Tested by
no test coverage detected