aboutsummaryrefslogtreecommitdiff
path: root/challenge-330/roger-bell-west/tests.json
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-330/roger-bell-west/tests.json')
-rw-r--r--challenge-330/roger-bell-west/tests.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/challenge-330/roger-bell-west/tests.json b/challenge-330/roger-bell-west/tests.json
new file mode 100644
index 0000000000..f1b7fc6b19
--- /dev/null
+++ b/challenge-330/roger-bell-west/tests.json
@@ -0,0 +1,32 @@
+{
+ "ch-1" : [
+ {
+ "function" : "cleardigits",
+ "arguments" : "cab12",
+ "result" : "c"
+ },
+ {
+ "arguments" : "xy99",
+ "result" : ""
+ },
+ {
+ "arguments" : "pa1erl",
+ "result" : "perl"
+ }
+ ],
+ "ch-2" : [
+ {
+ "function" : "titlecapital",
+ "arguments" : "PERL IS gREAT",
+ "result" : "Perl is Great"
+ },
+ {
+ "arguments" : "THE weekly challenge",
+ "result" : "The Weekly Challenge"
+ },
+ {
+ "arguments" : "YoU ARE A stAR",
+ "result" : "You Are a Star"
+ }
+ ]
+}