hurl/integration/tests_error_lint/spaces.err
2020-11-09 22:32:40 +01:00

15 lines
313 B
Plaintext

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
|