aboutsummaryrefslogtreecommitdiff
path: root/challenge-002/paulo-custodio/t/test-2.yaml
blob: 8c287af76843018a008124e6aee56485aa4946b3 (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
45
- setup:
  cleanup:
  args:     0
  input:
  output:   0
- setup:
  cleanup:
  args:     0
  input:
  output:   0
- setup:
  cleanup:
  args:     1
  input:
  output:   1
- setup:
  cleanup:
  args:     34
  input:
  output:   Y
- setup:
  cleanup:
  args:     -35
  input:
  output:   -10
- setup:
  cleanup:
  args:     -r 0
  input:
  output:   0
- setup:
  cleanup:
  args:     -r 1
  input:
  output:   1
- setup:
  cleanup:
  args:     -r Y
  input:
  output:   34
- setup:
  cleanup:
  args:     -r -10
  input:
  output:   -35