public function testMultilineQuotedString()
 {
     $this->assertSame('"""Hello	World"""', EasyRdf_Serialiser_Turtle::quotedString('Hello	World'));
 }