Sha256: 80a5d268de01edcef5b28f0c833740c11e410300e3474211a41a95e05e5c0f37

Contents?: true

Size: 1.41 KB

Versions: 8

Compression:

Stored size: 1.41 KB

Contents

<html>
	<body>
		<div>
			<h1>title1</h1>
			<ul id="nav">
				<li id="a">home</li>
				<li id="b">about</li>
			</ul>
		</div>
		<div>
			<ul id="posts">
				<li>
					<h2>some post</h2>
					<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. </p>
					<p>It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. </p>
					<p>It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
					<div id="comments">
						<h3>joe1</h3>
						<p>This sux!</p>
						<p>No, really; it's awful!!!</p>
						<h3>bob1</h3>
						<p>who uses semi-colons?</p>
						<h3>joe1.5</h3>
						<p>who hyphenates semicolon?</p>
					</div>
				</li>
				<li>
					<h2>another post</h2>
					<p>I hate lipsum.  It's hard to tell which post you're on.</p>
					<p>Obligatory second paragraph <br>with<br>line<br>breaks</p>
					<div id="comments">
						<h3>suzy2</h3>
						<p>FRIST POST!!!</p>
						<h3>bob2</h3>
						<p>grow up</p>
						<p>2nd post</p>
					</div>
				</li>
			</ul>
		</div>
		<h1>another title -- empty page</h1>
	</body>
</html>

Version data entries

8 entries across 4 versions & 4 rubygems

Version Path
gtl-parsley-ruby-0.5.0 ext/parsley/test/fictional.html
gtl-parsley-ruby-0.5.0 ext/parsley/test/fictional-opt.html
le1t0-parsley-ruby-0.4.5.001 ext/parsley/test/fictional-opt.html
le1t0-parsley-ruby-0.4.5.001 ext/parsley/test/fictional.html
parsley-ruby-0.4.5 ext/parsley/test/fictional-opt.html
parsley-ruby-0.4.5 ext/parsley/test/fictional.html
edge-parsley-ruby-0.4.5 ext/parsley/test/fictional.html
edge-parsley-ruby-0.4.5 ext/parsley/test/fictional-opt.html