aboutsummaryrefslogtreecommitdiff
path: root/challenge-078/paulo-custodio/t/test-2.yaml
blob: 6e2ca00c519c3509c5cd10bfc9a38adb5754960a (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
- setup:
  cleanup:
  args:     "'10 20 30 40 50' '3 4'"
  input:
  output:   |
            [40 50 10 20 30]
            [50 10 20 30 40]
- setup:
  cleanup:
  args:     "'7 4 2 6 3' '1 3 4'"
  input:
  output:   |
            [4 2 6 3 7]
            [6 3 7 4 2]
            [3 7 4 2 6]
- setup:
  cleanup:
  args:     "'7 4 2 6 3' '0 1 2 3 4'"
  input:
  output:   |
            [7 4 2 6 3]
            [4 2 6 3 7]
            [2 6 3 7 4]
            [6 3 7 4 2]
            [3 7 4 2 6]