Skip to content

Commit

Permalink
clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
sartak committed Dec 2, 2009
1 parent f8f02ec commit 3860694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/003-rewrite.t
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ is($unlearned, 0, 'no unlearned kanji');
is($nonheisig, 0, 'no nonheisig kanji');

$text = '一二三、何、罹';
is(rewrite($text), $text, 'no change for callbacks');
is(rewrite($text), $text, 'no callbacks means no change');
is($learned, 0, 'no learned kanji because no callbacks');
is($unlearned, 0, 'no unlearned kanji because no callbacks');
is($nonheisig, 0, 'no nonheisig kanji because no callbacks');
Expand Down

0 comments on commit 3860694

Please sign in to comment.