File: dot_notation.txt

package info (click to toggle)
mstch 1.0.2-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 960 kB
  • sloc: cpp: 1,443; sh: 17; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
<!-- exciting part -->
<h1>A Book</h1>
<p>Authors: <ul><li>John Power</li><li>Jamie Walsh</li></ul></p>
<p>Price: $200 USD <b>In Stock</b></p>
<p>VAT: $40</p>
<!-- boring part -->
<h2>Test truthy false values:</h2>
<p>Zero: 0</p>
<p>False: false</p>