/**
  * Checks whether compileClosingTag() throws an exception.
  *
  * @return void
  */
 public function testCompileClosingTagThrowsException()
 {
     parent::checkCompileClosingTagThrowsException('{asset \'foo.js\'}{/asset}', 'asset');
 }
 /**
  * Checks whether compileClosingTag() throws an exception.
  *
  * @return void
  */
 public function testCompileClosingTagThrowsException()
 {
     parent::checkCompileClosingTagThrowsException('{rdelim}{/rdelim}', 'rdelim');
 }
 /**
  * Checks whether compileClosingTag() throws an exception.
  *
  * @return void
  */
 public function testCompileClosingTagThrowsException()
 {
     parent::checkCompileClosingTagThrowsException('{printRaw 1}{/printRaw}', 'printRaw');
 }