Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Facets-cloud/flow
/ TestSlugifyOnlyPunctuation
Function
TestSlugifyOnlyPunctuation
internal/app/slug_test.go:56–60 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
54
}
55
56
func
TestSlugifyOnlyPunctuation(t *testing.T) {
57
if
_, err := Slugify(
"!!!"
); err == nil {
58
t.Error(
"Slugify(\"
!!!\
") should return error"
)
59
}
60
}
Callers
nothing calls this directly
Calls
2
Slugify
Function · 0.85
Error
Method · 0.80
Tested by
no test coverage detected