hurl/integration/tests_error_lint/spaces.err
2020-08-27 16:44:57 +02:00

15 lines
335 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

warning: One space
--> tests_error_lint/spaces.hurl:1:4
|
1 | GET http://localhost:8000/hello
| ^ Use only one space
|
warning: Unnecessary space
--> tests_error_lint/spaces.hurl:1:32
|
1 | GET http://localhost:8000/hello
| ^ Remove space
|