Files
skopeo/tests
Boaz Shuster 947714fbd2 Unescape HTML characters output into the terminal
By default, the JSON encoder from the Go standard library
escapes the HTML characters which causes the maintainer output
looks strange:

"maintainer": "NGINX Docker Maintainers \u003cdocker-maint@nginx.com\u003e"
Instead of:
"maintainer": "NGINX Docker Maintainers <docker-maint@nginx.com>"

This patch fixes this issue in "buildah-inspect" only as this is
the only place that such characters are displayed.

Note: if the output of "buildah-inspect" is piped or redirected
then the HTML characters are not escaped.

Signed-off-by: Boaz Shuster <ripcurld.github@gmail.com>

Closes: #421
Approved by: rhatdan
2018-01-30 04:51:17 +00:00
..
2017-07-17 20:11:48 +00:00
2017-06-28 21:05:58 +00:00
2017-03-06 18:47:51 -05:00
2018-01-08 21:07:25 +00:00
2017-12-01 13:22:58 +00:00
2017-11-08 00:01:57 +00:00
2017-05-19 19:59:47 +00:00