Skip to content
Snippets Groups Projects
Commit 8ef9da35 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

test case adjustments for recent spacing fix in forms

darcs-hash:20070804081605-7ad00-4b17b701a9cdfeca1a3fda4538b894b8adcd916f.gz
parent a21136cd
No related branches found
No related tags found
No related merge requests found
......@@ -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]" />';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment