blob: 58e607d5e9f38eec5afccce144248954f36e686d [file] [log] [blame]
<!doctype html>
<!-- Generated by FreeMarker/Docgen from DocBook -->
<html lang="en" class="page-type-section">
<head prefix="og: http://ogp.me/ns#">
<meta charset="utf-8">
<title>Program listings - The test book</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="format-detection" content="telephone=no">
<meta property="og:site_name" content="The test book">
<meta property="og:title" content="Program listings">
<meta property="og:locale" content="en_US">
<meta property="og:url" content="http://example.com/prg.html">
<link rel="canonical" href="http://example.com/prg.html">
<link rel="icon" href="favicon.png" type="image/png">
<link rel="stylesheet" type="text/css" href="docgen-resources/docgen.min.css?1594338518935">
</head>
<body itemscope itemtype="https://schema.org/Code">
<meta itemprop="url" content="http://example.com/">
<meta itemprop="name" content="The test book">
<!--[if lte IE 9]>
<div style="background-color: #C00; color: #fff; padding: 12px 24px;">Please use a modern browser to view this website.</div>
<![endif]--><div class="header-top-bg"><div class="site-width header-top"><a class="logo" href="http://example.com" role="banner"> <img itemprop="image" src="logo.png" alt="My Logo">
</a></div></div><div class="header-bottom-bg"><div class="site-width search-row"><a href="index.html" class="navigation-header">The test book</a><div class="navigation-header"></div></div><div class="site-width breadcrumb-row"><ul class="breadcrumb" itemscope itemtype="http://schema.org/BreadcrumbList"><li class="step-0" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="label" itemprop="item" href="index.html"><span itemprop="name">The test book</span></a></li><li class="step-1" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="label" itemprop="item" href="autoid_2.html"><span itemprop="name">Testing some elements</span></a></li><li class="step-2" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="label" itemprop="item" href="prg.html"><span itemprop="name">Program listings</span></a></li></ul></div></div> <div class="main-content site-width">
<div class="content-wrapper">
<div id="table-of-contents-wrapper" class="col-left">
<script>var breadcrumb = ["The test book","Testing some elements","Program listings"];</script>
<script src="toc.js?1594338518935"></script>
<script src="docgen-resources/main.min.js?1594338518935"></script>
</div>
<div class="col-right"><div class="page-content"><div class="page-title"><div class="pagers top"><a class="paging-arrow previous" href="autoid_3.html"><span>Previous</span></a><a class="paging-arrow next" href="xrefs.html"><span>Next</span></a></div><div class="title-wrapper">
<h1 class="content-header header-section1" id="prg" itemprop="headline">Program listings</h1>
</div></div><p>Two <code class="inline-code">programlisting</code>-s following each other
should have proper vertical space between:</p>
<div class="code-wrapper"><pre class="code-block code-default">&lt;foo /&gt;</pre></div>
<div class="code-wrapper"><pre class="code-block code-default">&lt;bar /&gt;</pre></div><p>These are not too long:</p>
<div class="code-wrapper"><pre class="code-block code-default">123456789012345678901234567890123456789012345678
123456789012345678901234567890123456789012345678
123456789012345678901234567890123456789012345678</pre></div><p>Empty lines test:</p>
<div class="code-wrapper"><pre class="code-block code-default">No empty line v1</pre></div>
<div class="code-wrapper"><pre class="code-block code-default">No empty line v2</pre></div>
<div class="code-wrapper"><pre class="code-block code-default">Empty line after v1
</pre></div>
<div class="code-wrapper"><pre class="code-block code-default">Empty line after v2
</pre></div>
<div class="code-wrapper"><pre class="code-block code-default">
Empty line before</pre></div>
<div class="code-wrapper"><pre class="code-block code-default">
Two empty lines before</pre></div><p>Some more spacing tests:</p><ul>
<li>
<p>Blah blah</p>
</li>
<li>
<p>Blah blah</p>
</li>
<li>
<p>Blah:</p>
<div class="table-responsive">
<table class="table">
<tr>
<td>a</td>
<td>b</td>
</tr>
<tr>
<td>c</td>
<td>d</td>
</tr>
</table>
</div>
<div class="table-responsive">
<table class="table">
<tr>
<td>a</td>
<td>b</td>
</tr>
<tr>
<td>c</td>
<td>d</td>
</tr>
</table>
</div>
</li>
<li>
<p>Blah blah</p>
</li>
<li>
<p>Blah:</p>
<div class="code-wrapper"><pre class="code-block code-default">Code</pre></div>
<div class="code-wrapper"><pre class="code-block code-default">Code</pre></div>
</li>
<li>
<p>Blah</p>
</li>
</ul><div class="bottom-pagers-wrapper"><div class="pagers bottom"><a class="paging-arrow previous" href="autoid_3.html"><span>Previous</span></a><a class="paging-arrow next" href="xrefs.html"><span>Next</span></a></div></div></div></div> </div>
</div>
<div class="site-footer"><div class="site-width"><div class="footer-bottom"> <p class="last-generated">
Last generated:
<time itemprop="dateModified" datetime="2020-07-09T23:48:38Z" title="Friday, July 10, 2020 12:48:38 AM GMT+01:00">2020-07-10 00:48:38 GMT+01:00</time> </p>
<p class="copyright">
© <span itemprop="copyrightYear">1999</span>–2020
<a itemtype="http://schema.org/Organization" itemprop="copyrightHolder" href="https://apache.org/">The Apache Software Foundation</a> </p>
</div></div></div></body>
</html>