1
0
mirror of https://github.com/json-iterator/go.git synced 2025-06-27 23:18:42 +02:00

#53 support escapeHtml

This commit is contained in:
Tao Wen
2017-06-15 23:54:43 +08:00
parent d867c8ba5c
commit 5f22e50c89
30 changed files with 590 additions and 249 deletions

View File

@ -141,8 +141,8 @@ func Test_encode_object_contain_non_empty_interface(t *testing.T) {
}
func Test_nil_non_empty_interface(t *testing.T) {
DEFAULT_CONFIG.CleanEncoders()
DEFAULT_CONFIG.CleanDecoders()
ConfigOfDefault.CleanEncoders()
ConfigOfDefault.CleanDecoders()
type TestObject struct {
Field []MyInterface
}