You are here

property DrupalTagsHandlingTestCase::$validTags in Drupal 7

File

modules/simpletest/tests/common.test, line 642
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!',
);