Skip to content

Commit

Permalink
Added some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoleal committed May 3, 2011
1 parent d5f4f93 commit ef271fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
echo "#------------------\n";

is(emoji_unified_to_html($test_unified), $test_html, "Unified -> HTML");
is(emoji_html_to_unified($test_html), $test_unified, "HTML -> Unified");

echo "#------------------\n";

Expand Down Expand Up @@ -74,6 +75,7 @@
echo "#------------------\n";

is(emoji_unified_to_html($test_unified), $test_html, "Unified -> HTML");
is(emoji_html_to_unified($test_html), $test_unified, "HTML -> Unified");

echo "#------------------\n";

Expand Down

0 comments on commit ef271fb

Please sign in to comment.