summaryrefslogtreecommitdiff
path: root/tests/files/success/test_pattern.yaml
blob: 41a751bfe123420457adfb3cb8b037fd545af3c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
name: pattern1
desc: Test simples pattern
data: foo@gmail.com
schema:
  type: str
  pattern: .+@.+
---
name: pattern2
desc: Test simple pattern in list
data:
  - foo@mail.com
  - bar@mail.net
schema:
  type: seq
  sequence:
    - type: str
      pattern: .+@.+