Skip to content

Commit 754efdf

Browse files
committed
Unicodable no longer hates parens
Tests for issue #142. Arguably the output is less than awesome but so is life.
1 parent 24b0b2e commit 754efdf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

t/unicodable.t

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ $t.test(‘Invalid characters’,
9999
{$t.our-nick}, U+11FFFF <unassigned> [] (unencodable character),
100100
{$t.our-nick}, U+99999999 (invalid codepoint));
101101

102+
$t.test(Parens,
103+
u: (),
104+
{$t.our-nick}, U+0028 LEFT PARENTHESIS [Ps] ((),
105+
{$t.our-nick}, U+0029 RIGHT PARENTHESIS [Pe] ()));
106+
102107
# URLs
103108

104109
$t.test(fetching code from urls,

0 commit comments

Comments
 (0)