mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-23 17:28:53 +02:00
fixed some tests
This commit is contained in:
@@ -133,6 +133,7 @@ func escapeAndAppend(s string, buf *[]byte) {
|
||||
*buf = append(*buf, "	"...)
|
||||
case '\n':
|
||||
*buf = append(*buf, "<br>"...)
|
||||
*buf = append(*buf, prefixHTML...)
|
||||
default:
|
||||
*buf = append(*buf, s[i])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user