hurl/integration/tests_ok/bom.hurl

16 lines
369 B
Plaintext
Raw Normal View History

2022-12-04 20:27:03 +03:00
# This Hurl file begins with a BOM marker.
# You can check it with 'hexdump -c bom.hurl'
GET http://localhost:8000/utf8_bom
2022-11-11 16:25:00 +03:00
HTTP 200
2022-12-02 22:50:27 +03:00
`Hello World!`
2022-12-04 20:27:03 +03:00
# We send the content of this file and get back the same
# bytes from /mirror to test the presence of the BOM marker.
POST http://localhost:8000/mirror
file,bom.hurl;
HTTP 200
[Asserts]
bytes startsWith hex,efbbbf;