aboutsummaryrefslogtreecommitdiffstats
path: root/selftest/schema_test/schema_case_05.conf
blob: ee3d5db09caa13eb40e6a5adac9393cb25c75cdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
schema:
  hey:
    ho:
      letsgo: ['str']

tests:
   - foobar:
       prefix:
         hey:
           ho:
             letsgo:
             - nanana
   - foobar:
       prefix:
         hey:
           ho:
             letsgo: []
   - foobar:
       prefix:
         hey:
           ho:
             letsgo:
             - nanana
             - nunu
   - foobar:
       prefix:
         hey:
           ho:
             letsgo: nanana
   - foobar:
       prefix:
         hey:
           ho:
             letsgo: ['nana', 'nana', 'nana']
   - foobar:
       prefix:
         hey:
           ho:
             letsgo: ['nana', {}, 'nana']
   - foobar:
       prefix:
         hey:
           ho:
             letsgo: ['nana', [], 'nana']