hurl/integration/tests_failed/assert_base64.hurl

14 lines
297 B
Plaintext
Raw Normal View History

2020-08-27 10:07:46 +03:00
# Test body response with line ending LF and CRLF.
# We receive the text body "line1\nline2\r\nline3\n"
# and not "line1\nline2\nline3\n"
#
# $ printf "line1\nline2\nline3\n" | base64
# bGluZTEKbGluZTIKbGluZTMK
GET http://localhost:8000/assert-base64
2022-11-11 16:25:00 +03:00
HTTP 200
2020-08-27 10:07:46 +03:00
base64,bGluZTEKbGluZTIKbGluZTMK;