~ubuntu-branches/ubuntu/oneiric/libhtml-wikiconverter-perl/oneiric

« back to all changes in this revision

Viewing changes to t/mediawiki.t

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Genannt
  • Date: 2006-01-09 20:19:12 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060109201912-306xp7tjdjcwejlu
Tags: 0.40-1
New Upstream Release

Show diffs side-by-side

added added

removed removed

Lines of Context:
494
494
<html><p>This is a text node with what looks like an ext. link [http://example.org].</p></html>
495
495
++
496
496
This is a text node with what looks like an ext. link <nowiki>[http://example.org]</nowiki>.
 
497
++++
 
498
line with vertical bar
 
499
<html><p>| a line with a vertical bar</p></html>
 
500
++
 
501
<nowiki>| a line with a vertical bar</nowiki>
 
502
++++
 
503
line that starts with a bang
 
504
<html><p>! a line that starts with a bang</p></html>
 
505
++
 
506
<nowiki>! a line that starts with a bang</nowiki>
 
507
++++
 
508
line that looks like a section
 
509
<html><p>= a line that looks like a section</p></html>
 
510
++
 
511
<nowiki>= a line that looks like a section</nowiki>
 
512
++++
 
513
pre-many
 
514
<html><pre>preformatted text
 
515
 
 
516
with spaces
 
517
 
 
518
should produce only one
 
519
 
 
520
pre-block</pre></html>
 
521
++
 
522
 preformatted text
 
523
 
 
524
 with spaces
 
525
 
 
526
 should produce only one
 
527
 
 
528
 pre-block
 
529
++++
 
530
pre following pre
 
531
<html><pre>preformatted text</pre>
 
532
<pre>more preformatted text</pre>
 
533
<pre>once again</pre></html>
 
534
++
 
535
 preformatted text
 
536
 
 
537
 more preformatted text
 
538
 
 
539
 once again