mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-26 12:32:06 +03:00
15 lines
335 B
Plaintext
15 lines
335 B
Plaintext
[0;33mwarning[0m: One space
|
||
--> tests_error_lint/spaces.hurl:1:4
|
||
|
|
||
1 | GET http://localhost:8000/hello
|
||
| ^ Use only one space
|
||
|
|
||
|
||
[0;33mwarning[0m: Unnecessary space
|
||
--> tests_error_lint/spaces.hurl:1:32
|
||
|
|
||
1 | GET http://localhost:8000/hello
|
||
| ^ Remove space
|
||
|
|
||
|