<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/other/tags/testing</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 04:57:21 GMT</pubDate>
<item>
<title>(Other) Harry Potter characters fixture - berkes</title>
<link>http://snipplr.com/view/37093/harry-potter-characters-fixture/</link>
<description><![CDATA[ <p>Just a funny, yet usefull fixture for testing users in a rails app.
Using "somewhat real" fixtures, will keep testing both fun and realistic. 
Knowing that "Crabbe_ugly_nick" failed, is a lot easier to communicate then knowing "user_t_x01 failed"</p> ]]></description>
<pubDate>Sun, 11 Jul 2010 01:17:04 GMT</pubDate>
<guid>http://snipplr.com/view/37093/harry-potter-characters-fixture/</guid>
</item>
<item>
<title>(Other) test - richardf</title>
<link>http://snipplr.com/view/26601/test/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 17 Jan 2010 06:54:08 GMT</pubDate>
<guid>http://snipplr.com/view/26601/test/</guid>
</item>
<item>
<title>(Other) How to configure the output format of the W3 CSS Validator - noah</title>
<link>http://snipplr.com/view/19817/how-to-configure-the-output-format-of-the-w3-css-validator/</link>
<description><![CDATA[ <p>The W3 CSS validator is pretty simple to [install locally for use behind the firewall](http://www.emacswiki.org/emacs/FlymakeCSS).

However, by default the validator spits out the whole CSS file after validation, which is inconvenient if your stylesheet is more than a few lines long.

Unfortunately it's not so obvious how to configure the validator to give pretty-printed, human-readable output.  In fact, all there is to it, is to choose a different output format from the several that are supported :)

By default the validator .jar file gives you "text" output, which includes the stylesheet.  To choose a different format, invoke the validator .jar file with an -output argument, like this:

    java -jar css-validator.jar -output  local-file:foo.css

where `` is any of xhtml, xml, text, soap12, json, ucn or gnu

If you just want the errors as (html-escaped) plain text, but without the CSS included, use `gnu`</p> ]]></description>
<pubDate>Wed, 16 Sep 2009 11:53:08 GMT</pubDate>
<guid>http://snipplr.com/view/19817/how-to-configure-the-output-format-of-the-w3-css-validator/</guid>
</item>
<item>
<title>(Other) test - allidid</title>
<link>http://snipplr.com/view/11595/test/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 28 Jan 2009 04:45:40 GMT</pubDate>
<guid>http://snipplr.com/view/11595/test/</guid>
</item>
<item>
<title>(Other) Quick apache stress test - czapata</title>
<link>http://snipplr.com/view/10209/quick-apache-stress-test/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 02 Dec 2008 14:52:25 GMT</pubDate>
<guid>http://snipplr.com/view/10209/quick-apache-stress-test/</guid>
</item>
</channel>
</rss>