2007-01-30 15:36:23 +00:00
|
|
|
# Copyright (C) 2007 Alex Schroeder <alex@emacswiki.org>
|
|
|
|
|
#
|
|
|
|
|
# This program is free software; you can redistribute it and/or modify
|
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
|
|
|
# (at your option) any later version.
|
|
|
|
|
#
|
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
|
#
|
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
|
# along with this program; if not, write to the
|
|
|
|
|
# Free Software Foundation, Inc.
|
|
|
|
|
# 59 Temple Place, Suite 330
|
|
|
|
|
# Boston, MA 02111-1307 USA
|
|
|
|
|
|
|
|
|
|
require 't/test.pl';
|
|
|
|
|
package OddMuse;
|
2007-06-23 01:27:35 +00:00
|
|
|
use Test::More tests => 27;
|
2007-01-30 15:36:23 +00:00
|
|
|
|
|
|
|
|
clear_pages();
|
|
|
|
|
|
|
|
|
|
do 'modules/bbcode.pl';
|
|
|
|
|
|
|
|
|
|
run_tests(split('\n',<<'EOT'));
|
|
|
|
|
[b]this text is bold[/b]
|
|
|
|
|
<b>this text is bold</b>
|
|
|
|
|
[i]this text is italic[/i]
|
|
|
|
|
<i>this text is italic</i>
|
|
|
|
|
[u]this text is underlined[/u]
|
|
|
|
|
<em style="text-decoration: underline; font-style: normal;">this text is underlined</em>
|
|
|
|
|
[color=blue]this text is blue[/color]
|
|
|
|
|
<em style="color: blue; font-style: normal;">this text is blue</em>
|
|
|
|
|
[size=+2]this text is two sizes larger than normal[/size]
|
|
|
|
|
<em style="font-size: 200%; font-style: normal;">this text is two sizes larger than normal</em>
|
|
|
|
|
[size=test]this text is two sizes larger than normal[/size]
|
|
|
|
|
[size=test]this text is two sizes larger than normal[/size]
|
|
|
|
|
[font=courier]this text is in the courier font[/font]
|
|
|
|
|
<span style="font-family: courier;">this text is in the courier font</span>
|
2007-01-31 08:23:25 +00:00
|
|
|
[url]yadda
|
|
|
|
|
[url]yadda
|
|
|
|
|
[quote]quoted text[/quote]
|
|
|
|
|
<blockquote><p>quoted text</p></blockquote>
|
|
|
|
|
[quote]first paragraph\n\nsecond paragraph[/quote]
|
|
|
|
|
<blockquote><p>first paragraph</p><p>second paragraph</p></blockquote>
|
2007-01-31 23:49:45 +00:00
|
|
|
[quote]quoted text[/quote]\nmore text
|
|
|
|
|
<blockquote><p>quoted text</p></blockquote><p>more text</p>
|
|
|
|
|
[quote]quoted text[/quote]\n more text
|
|
|
|
|
<blockquote><p>quoted text</p></blockquote><p> more text</p>
|
2007-06-23 01:27:35 +00:00
|
|
|
[quote]quoted\ntext\n[/quote]\n more text\n
|
|
|
|
|
<blockquote><p>quoted text </p></blockquote><p> more text</p>
|
2007-01-31 08:23:25 +00:00
|
|
|
[code]monospaced text[/code]
|
|
|
|
|
<pre>monospaced text</pre>
|
|
|
|
|
[code]monospaced\n\n text[/code]
|
|
|
|
|
<pre>monospaced\n\n text</pre>
|
2007-01-31 23:49:45 +00:00
|
|
|
[code]monospaced text[/code]\nmore text
|
|
|
|
|
<pre>monospaced text</pre><p>more text</p>
|
|
|
|
|
[code]monospaced text[/code]\n more text
|
|
|
|
|
<pre>monospaced text</pre><p> more text</p>
|
2007-01-31 08:31:42 +00:00
|
|
|
:) :-) :( :-(
|
|
|
|
|
☺ ☺ ☹ ☹
|
2007-01-31 08:35:36 +00:00
|
|
|
:smile: :happy: :frown: :sad:
|
|
|
|
|
☺ ☺ ☹ ☹
|
2007-01-31 23:49:45 +00:00
|
|
|
foo\n[h1]blarg
|
|
|
|
|
foo <h1>blarg</h1>
|
|
|
|
|
foo[h2]blarg[/h2]fnord
|
|
|
|
|
foo<h2>blarg</h2><p>fnord</p>
|
|
|
|
|
[h3]blarg [i]moo[/i][/h3]
|
|
|
|
|
<h3>blarg <i>moo</i></h3>
|
|
|
|
|
[h5][h6]blarg[/h6]foo
|
|
|
|
|
<h5></h5><h6>blarg</h6><p>foo</p>
|
2007-01-31 08:23:25 +00:00
|
|
|
EOT
|
|
|
|
|
|
|
|
|
|
xpath_run_tests(split('\n',<<'EOT'));
|
|
|
|
|
[url]http://wikipedia.org[/url]
|
|
|
|
|
//a[@class="url http"][@href="http://wikipedia.org"][text()="http://wikipedia.org"]
|
|
|
|
|
[url=http://wikipedia.org]Wikipedia[/url]
|
|
|
|
|
//a[@class="url http"][@href="http://wikipedia.org"][text()="Wikipedia"]
|
|
|
|
|
[img]http://upload.wikimedia.org/wikipedia/commons/thumb/6/63/Wikipedia-logo.png/150px-Wikipedia-logo.png[/img]
|
|
|
|
|
//img[@class="url http"][@src="http://upload.wikimedia.org/wikipedia/commons/thumb/6/63/Wikipedia-logo.png/150px-Wikipedia-logo.png"]
|
2007-01-31 23:49:45 +00:00
|
|
|
[H4][url=http://example.org]mu[/url][/h4]
|
|
|
|
|
//h4/a[@class="url http"][@href="http://example.org"][text()="mu"]
|
2007-01-30 15:36:23 +00:00
|
|
|
EOT
|