* at the beginning of the result. If the result is .trim()'ed
* then it passes.
*/
public void testTextile()
{
PagePlugin textile = new TextilePlugin();
String result = textile.render(textileStr);
//System.out.println(expected);
//System.out.println(result);
assertEquals("this will fail until Textile4J is fixed.", expected, result);
}