hurl/integration/tests_ok_not_linted/bom.hurl
2023-06-01 17:27:01 +02:00

16 lines
369 B
Plaintext

# This Hurl file begins with a BOM marker.
# You can check it with 'hexdump -c bom.hurl'
GET http://localhost:8000/utf8_bom
HTTP 200
`Hello World!`
# 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;