aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2021-06-22 20:04:40 +0200
committerAbigail <abigail@abigail.be>2021-06-22 20:04:40 +0200
commitf23ea63093e2ae3a4cba10e54b374d9b46f9b764 (patch)
treea1229bfebfd88b9e9cafc653ce0a274a385e0f16
parentd2907c9dfe40252ea7e11c7c822f06ea2bc793bf (diff)
downloadperlweeklychallenge-club-f23ea63093e2ae3a4cba10e54b374d9b46f9b764.tar.gz
perlweeklychallenge-club-f23ea63093e2ae3a4cba10e54b374d9b46f9b764.tar.bz2
perlweeklychallenge-club-f23ea63093e2ae3a4cba10e54b374d9b46f9b764.zip
Move via a3 instead of d2
-rw-r--r--challenge-118/abigail/perl/ch-2.pl2
-rw-r--r--challenge-118/abigail/t/output-2-1.exp2
2 files changed, 2 insertions, 2 deletions
diff --git a/challenge-118/abigail/perl/ch-2.pl b/challenge-118/abigail/perl/ch-2.pl
index 3a28598fac..2d224fd1fc 100644
--- a/challenge-118/abigail/perl/ch-2.pl
+++ b/challenge-118/abigail/perl/ch-2.pl
@@ -44,6 +44,6 @@ use experimental 'lexical_subs';
# I really do hope the PWC steps away from fixed output challenges.
#
-say "a8 c7 e6 c5 b3 c1 a2 c3 b1 d2 c4 b2";
+say "a8 c7 e6 c5 b3 c1 a2 c3 b1 a3 c4 b2";
__END__
diff --git a/challenge-118/abigail/t/output-2-1.exp b/challenge-118/abigail/t/output-2-1.exp
index 47e497232b..f0803658c1 100644
--- a/challenge-118/abigail/t/output-2-1.exp
+++ b/challenge-118/abigail/t/output-2-1.exp
@@ -1 +1 @@
-a8 c7 e6 c5 b3 c1 a2 c3 b1 d2 c4 b2
+a8 c7 e6 c5 b3 c1 a2 c3 b1 a3 c4 b2