aboutsummaryrefslogtreecommitdiff
path: root/challenge-002/paulo-custodio/t/test-2.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-002/paulo-custodio/t/test-2.yaml')
-rw-r--r--challenge-002/paulo-custodio/t/test-2.yaml45
1 files changed, 45 insertions, 0 deletions
diff --git a/challenge-002/paulo-custodio/t/test-2.yaml b/challenge-002/paulo-custodio/t/test-2.yaml
new file mode 100644
index 0000000000..8c287af768
--- /dev/null
+++ b/challenge-002/paulo-custodio/t/test-2.yaml
@@ -0,0 +1,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