Example of failed test: {"DOBROSLAWZYBORT", 17, "dobroslawzybort", false}
--- FAIL: TestSlugMakeSmartTruncate (0.01s)
panic: runtime error: slice bounds out of range [:17] with length 15 [recovered]
panic: runtime error: slice bounds out of range [:17] with length 15
https://github.com/gosimple/slug/issues/76 " When trying to truncate a string with a value greater than its size, we get the below error.
Example of failed test:
{"DOBROSLAWZYBORT", 17, "dobroslawzybort", false}
"