/**
  * Extreme example of messy input...
  * the resulting converter names are generally invalid.
  * This test uses two arg with value of "//default//"
  * @since 1.3.2
  */
 public function testExtremeExampleAndInvalidTertiaryB()
 {
     $this->assertEquals("//default//", $this->ps->cleanConverterNamePiece("//default//", $this->CHARACTERS_ALLOWED_IN_TERTIARY));
 }