aboutsummaryrefslogtreecommitdiff
path: root/challenge-196/paulo-custodio/t/test-1.yaml
blob: a756803c834b0b10403ef9f6548899ded01ec668 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
- setup:
  cleanup:
  args:     3 1 4 2
  input:
  output:   (1 4 2)
- setup:
  cleanup:
  args:     1 2 3 4
  input:
  output:   ()
- setup:
  cleanup:
  args:     1 3 2 4 6 5
  input:
  output:   (1 3 2)
- setup:
  cleanup:
  args:     1 3 4 2
  input:
  output:   (1 3 2)