OILS / lazylex / testdata.html View on Github | oils.pub

57 lines, 42 significant
1<!DOCTYPE html>
2<html>
3 <!-- comment -->
4
5 <head>
6 <title>Pulp Testdata</title>
7
8 </head>
9
10 <body>
11
12 <!--
13 Nested
14 <?
15 directive
16 ?>
17 -->
18
19 <?
20 directive
21 ?>
22
23 <p>
24 <span id="myid">my span</span>
25 <a href="/page.html?x=42&amp;y=43">Link</a>
26
27 <a href="$xref:bash">Link</a>
28
29 <a href="$blog-tag:oil-release">Link</a>
30
31 </p>
32
33 <p class="myclass">
34 this &amp; that and mu = &#x03bc;
35 </p>
36
37 <p>
38 &lt;not a tag&gt;
39 </p>
40
41 <p>
42 line break<br/>
43 line break<br/>
44 </p>
45
46 <pre><code class="language-sh-prompt">$ echo one
47one
48bash$ echo two
49two
50~/git/oilshell/oil$ echo three
51three
52 </code></pre>
53
54 <hr/>
55
56 </body>
57</html>