Skip to content

Commit 7613e5b

Browse files
committed
Add a Perl 5 version of the unitest
1 parent 9575c52 commit 7613e5b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Introduction/perl5-unitest.pl

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
#!perl
2+
3+
print <<'END';
4+
Basic accents and things--------------
5+
--------------------------------------
6+
Leftward Double Arrow (⇐, 0x21D0)
7+
Rightward Double Arrow (⇒, 0x21D2)
8+
When you want a job you prepare your résumé
9+
Hello Mr Sørensen
10+
11+
Things that matter to Perl 6----------
12+
--------------------------------------
13+
Corner brackets: 「 」
14+
Fancy double list quotes: « »
15+
Terms: π τ ∞
16+
Exponents: ⁰ ¹ ⁹
17+
18+
Emoji things -------------------------
19+
--------------------------------------
20+
Thumbs up: 👎
21+
Butterfly: 🦋
22+
END

0 commit comments

Comments
 (0)