property DrupalTagsHandlingTestCase::$validTags

File

drupal/modules/simpletest/tests/common.test, line 610
Tests for common.inc functionality.

Class

DrupalTagsHandlingTestCase
Test drupal_explode_tags() and drupal_implode_tags().

Code

var $validTags = array(
  'Drupal' => 'Drupal',
  'Drupal with some spaces' => 'Drupal with some spaces',
  '"Legendary Drupal mascot of doom: ""Druplicon"""' => 'Legendary Drupal mascot of doom: "Druplicon"',
  '"Drupal, although it rhymes with sloopal, is as awesome as a troopal!"' => 'Drupal, although it rhymes with sloopal, is as awesome as a troopal!',
);