/**
  * @expectedException \Celest\IllegalArgumentException
  */
 public function test_print_pattern_localzed_narrow_standalone()
 {
     $this->builder->appendLocalizedOffset(TextStyle::NARROW_STANDALONE());
 }