summaryrefslogtreecommitdiff
path: root/_test
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2007-08-04 10:16:05 +0200
committerAndreas Gohr <andi@splitbrain.org>2007-08-04 10:16:05 +0200
commit8ef9da354015afa9415848e942c924ce6b12288c (patch)
tree6d93ce0c765f4f9091842ffb9d1bdc3202c4cc00 /_test
parenta21136cd1c468d48e0fd387adbde0de5fe48b402 (diff)
downloadrpg-8ef9da354015afa9415848e942c924ce6b12288c.tar.gz
rpg-8ef9da354015afa9415848e942c924ce6b12288c.tar.bz2
test case adjustments for recent spacing fix in forms
darcs-hash:20070804081605-7ad00-4b17b701a9cdfeca1a3fda4538b894b8adcd916f.gz
Diffstat (limited to '_test')
-rw-r--r--_test/cases/inc/form_form.test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/_test/cases/inc/form_form.test.php b/_test/cases/inc/form_form.test.php
index a409facda..0c59d4a85 100644
--- a/_test/cases/inc/form_form.test.php
+++ b/_test/cases/inc/form_form.test.php
@@ -24,11 +24,11 @@ class form_test extends UnitTestCase {
$realoutput .= '<div class="no"><input type="hidden" name="summary" value="changes &amp;c" /></div>';
$realoutput .= "\n";
$realoutput .= "<fieldset ><legend>Test</legend>\n";
- $realoutput .= '<label class="block" for="text__id"><span>Text</span>';
+ $realoutput .= '<label class="block" for="text__id"><span>Text</span> ';
$realoutput .= '<input type="text" class="edit" id="text__id" name="t" value="v" /></label><br />';
$realoutput .= "\n";
$realoutput .= '<label class="simple" for="check__id">';
- $realoutput .= '<input type="checkbox" id="check__id" name="r" value="1" />';
+ $realoutput .= '<input type="checkbox" id="check__id" name="r" value="1" /> ';
$realoutput .= '<span>Check</span></label>';
$realoutput .= "\n";
$realoutput .= '<input class="button" name="do[save]" type="submit" value="Save" accesskey="s" title="Save [ALT+S]" />';