mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-07 15:31:23 +08:00
bugfix: avoid to escape html
This commit is contained in:
@@ -12,5 +12,6 @@ var (
|
||||
MarshalIndent = json.MarshalIndent
|
||||
Unmarshal = json.Unmarshal
|
||||
NewDecoder = json.NewDecoder
|
||||
NewEncoder = json.NewEncoder
|
||||
Get = json.Get
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user