tests: intro tests for the jvm module
[nit.git] / tests / sav / test_markdown_args1.res
1 <html>
2 <head>
3 <meta charset="utf-8">
4 <style type="text/css">
5 code {margin: 0 2px;
6 padding: 0px 5px;
7 border: 1px solid #ddd;
8 background-color: #f8f8f8;
9 border-radius: 3px;}
10 pre {
11 background-color: #f8f8f8;
12 border: 1px solid #ddd;
13 font-size: 13px;
14 line-height: 19px;
15 overflow: auto;
16 padding: 6px 6px;
17 border-radius: 3px;
18 }
19 </style>
20 </head><body>
21 <a id='test_doc'></a><h1>module test_doc</h1><a id='test_doc::A'></a><h2>class test_doc#A</h2><div class="nitdoc"><p class="synopsys">Synopsys</p><p>Paragraph
22 same paragraph</p><p>Other paragraph with <code>code</code></p><ul><li>bullet</li><li>other buller</li><li>last
23 but long
24 bullet</li></ul><pre> some
25  block
26 </pre><p>a first example</p><pre> assert 1 + 1 == 2
27 </pre><p>and a last example to illustrate the <code>to_s</code> method on <code>A</code>.</p><pre> var a = new A
28  assert a.to_s == &quot;A&quot;
29 </pre></div></body></html>