MCPcopy 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
56func 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

SlugifyFunction · 0.85
ErrorMethod · 0.80

Tested by

no test coverage detected