File: 220-mixed-sequences.view-html

package info (click to toggle)
libpod-pom-perl 2.01-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 800 kB
  • sloc: perl: 2,756; makefile: 7
file content (14 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<body bgcolor="#ffffff">
<h1>NAME</h1>

<p>220-mixed-sequences</p>
<h1>TESTCASES</h1>

<p>This is <b>bold and <i>bold italic</i></b>.</p>
<p>This is <i>italic and <b>bold italic</b></i>.</p>
<p>This is code with a replacable text as italic: <code>function(<i>argument</i>)</code>.</p>
<p>This is an bold with embedded escapes: <b>bold &amp; bold</b>.</p>
<p>Code within non-breaking space sequence: <code>code&nbsp;code&nbsp;code</code></p>
</body>
</html>