forked from github/kensanata.oddmuse
Added smiley test.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
require 't/test.pl';
|
||||
package OddMuse;
|
||||
use Test::More tests => 16;
|
||||
use Test::More tests => 17;
|
||||
|
||||
clear_pages();
|
||||
|
||||
@@ -51,6 +51,8 @@ run_tests(split('\n',<<'EOT'));
|
||||
<pre>monospaced\n\n text</pre>
|
||||
:) :-) :( :-(
|
||||
☺ ☺ ☹ ☹
|
||||
:smile: :happy: :frown: :sad:
|
||||
☺ ☺ ☹ ☹
|
||||
EOT
|
||||
|
||||
xpath_run_tests(split('\n',<<'EOT'));
|
||||
|
||||
Reference in New Issue
Block a user