1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/test/results/filters.xhtml
Norman Clarke 82e2e35c80 Simplify SCSS test expectation
With some Gemfiles, Sass turns the hex color into a named color. With
others, it doesn't. Why? I have no idea. But I'm testing Haml here, not
Sass so I don't really care - just make the expectation enough to
demonstrate that Sass was actually invoked.
2012-04-28 00:04:29 -03:00

69 lines
1 KiB
HTML

<style>
/* line 1 */
p { border-style: dotted; border-width: 22px; border-color: fuchsia; }
/* line 6 */
h1 { font-weight: normal; }
</style>
<style>
/* line 1 */
p { border-style: dotted; border-width: 22px; }
/* line 7 */
h1 { font-weight: normal; }
</style>
TESTING HAHAHAHA!
<p>
<script type='text/javascript'>
//<![CDATA[
function newline(str) {
return "\n" + str;
}
//]]>
</script>
</p>
This
Is
Plain
Text
%strong right?
#{not interpolated}
\3
\#{also not}
\\
<p>
<pre>This pre is pretty deeply&#x000A; nested.&#x000A; Does interpolation work?
This one is, too.&#x000A;Nested, that is.&#x000A;</pre>
</p>
<ul>
<li>a</li>
<li>b</li>
<li>c</li>
<li>d</li>
<li>e</li>
<li>f</li>
<li>g</li>
<li>h</li>
<li>i</li>
<li>j</li>
</ul>
<div class='res'>178</div>
Text!
Hello, World!
How are you doing today?
&lt;div class=&quot;foo&quot;&gt;
&lt;p&gt;I think &amp;mdash; or do I?&lt;/p&gt;
&lt;/div&gt;