mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-26 11:43:08 +03:00
Use more-specific regex for filename separator in pattern files
This commit is contained in:
parent
7dcf0b7623
commit
6a5eab3593
@ -2,5 +2,5 @@ error: IO Error
|
||||
--> tests_ok/hello.hurl:17:1
|
||||
|
|
||||
17 | GET http://localhost:8000/hello
|
||||
| ^ build<<<.*?>>>tmp can not be written (<<<.*?>>>)
|
||||
| ^ build<<<[/\\]>>>tmp can not be written (<<<.*?>>>)
|
||||
|
|
||||
|
@ -65,7 +65,7 @@ error: File write access
|
||||
| GET http://localhost:8000/runner_errors
|
||||
| ...
|
||||
40 | output: undefined/output
|
||||
| ^^^^^^^^^^^^^^^^ tests_failed<<<.*?>>>undefined<<<.*?>>>output can not be written (<<<.*?>>>)
|
||||
| ^^^^^^^^^^^^^^^^ tests_failed<<<[/\\]>>>undefined<<<[/\\]>>>output can not be written (<<<.*?>>>)
|
||||
|
|
||||
|
||||
error: Filter error
|
||||
|
@ -65,7 +65,7 @@
|
||||
[1;34m |[0m [90mGET http://localhost:8000/runner_errors[0m
|
||||
[1;34m |[0m[90m ...[0m
|
||||
[1;34m 40 |[0m output: undefined/output
|
||||
[1;34m |[0m[1;31m ^^^^^^^^^^^^^^^^ tests_failed<<<.*?>>>undefined<<<.*?>>>output can not be written (<<<.*?>>>)[0m
|
||||
[1;34m |[0m[1;31m ^^^^^^^^^^^^^^^^ tests_failed<<<[/\\]>>>undefined<<<[/\\]>>>output can not be written (<<<.*?>>>)[0m
|
||||
[1;34m |[0m
|
||||
|
||||
[1;31merror[0m: [1mFilter error[0m
|
||||
|
Loading…
Reference in New Issue
Block a user