mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-25 20:12:14 +03:00
335 B
335 B
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
|
--> 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
|