Use more-specific regex for filename separator in pattern files

This commit is contained in:
Fabrice Reix 2024-06-09 15:23:03 +02:00
parent 7dcf0b7623
commit 6a5eab3593
No known key found for this signature in database
GPG Key ID: BF5213154B2E7155
3 changed files with 3 additions and 3 deletions

View File

@ -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 (<<<.*?>>>)
|

View File

@ -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

View File

@ -65,7 +65,7 @@
 | 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