hurl/integration/tests_error_lint/spaces.err

15 lines
313 B
Plaintext
Raw Normal View History

2020-11-08 19:52:33 +03:00
warning: One space
2020-08-27 10:07:46 +03:00
--> tests_error_lint/spaces.hurl:1:4
|
1 | GET http://localhost:8000/hello
| ^ Use only one space
|
2020-11-08 19:52:33 +03:00
warning: Unnecessary space
2020-08-27 10:07:46 +03:00
--> tests_error_lint/spaces.hurl:1:32
|
1 | GET http://localhost:8000/hello
| ^ Remove space
|