summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/form_test.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/simpletest/tests/form_test.module')
-rw-r--r--modules/simpletest/tests/form_test.module6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/simpletest/tests/form_test.module b/modules/simpletest/tests/form_test.module
index fadd2aa9a..f908c212f 100644
--- a/modules/simpletest/tests/form_test.module
+++ b/modules/simpletest/tests/form_test.module
@@ -355,7 +355,7 @@ function form_test_limit_validation_errors_form($form, &$form_state) {
'#type' => 'textfield',
'#element_validate' => array('form_test_limit_validation_errors_element_validate_test'),
);
-
+
$form['test_substring'] = array(
'#tree' => TRUE,
);
@@ -369,7 +369,7 @@ function form_test_limit_validation_errors_form($form, &$form_state) {
'#type' => 'textfield',
'#element_validate' => array('form_test_limit_validation_errors_element_validate_test'),
);
-
+
$form['actions']['partial'] = array(
'#type' => 'submit',
'#limit_validation_errors' => array(array('test')),
@@ -997,6 +997,7 @@ function form_test_checkboxes_radios($form, &$form_state, $customize = FALSE) {
'foo' => 'Foo',
1 => 'One',
'bar' => 'Bar',
+ '>' => 'Special Char',
),
);
if ($customize) {
@@ -1020,6 +1021,7 @@ function form_test_checkboxes_radios($form, &$form_state, $customize = FALSE) {
'foo' => 'Foo',
1 => 'One',
'bar' => 'Bar',
+ '>' => 'Special Char',
),
);
if ($customize) {