Remove duplicate line in snippet.

This commit is contained in:
jcamiel 2022-06-06 21:55:44 +02:00 committed by jcamiel
parent 6edd7f9852
commit 7fd919c0dc

View File

@ -305,7 +305,6 @@ HTTP/1.0 200
# Cat name are structured like this `meow + id`: for instance `meow123456`
[Captures]
id: jsonpath "$.cats[0].name" regex "meow(\\d+)"
id: jsonpath "$.cats[0].name" regex "meow(\\d+)"
```
Pattern of the regex subquery must have at least one capture group, otherwise the