[Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/README.txt
Cosmetic fixes.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Mon Oct 24 14:35:15 EDT 2005
Log message for revision 39581:
Cosmetic fixes.
Changed:
U Zope3/trunk/src/zope/testbrowser/README.txt
-=-
Modified: Zope3/trunk/src/zope/testbrowser/README.txt
===================================================================
--- Zope3/trunk/src/zope/testbrowser/README.txt 2005-10-24 17:15:32 UTC (rev 39580)
+++ Zope3/trunk/src/zope/testbrowser/README.txt 2005-10-24 18:35:14 UTC (rev 39581)
@@ -144,7 +144,8 @@
'...<a href="navigate.html?message=By+Link+Text">Link Text</a>...'
>>> link = browser.getLink('Link Text')
>>> link
- <Link text='Link Text' url='http://localhost/@@/testbrowser/navigate.html?message=By+Link+Text'>
+ <Link text='Link Text'
+ url='http://localhost/@@/testbrowser/navigate.html?message=By+Link+Text'>
Link objects comply with the ILink interface.
@@ -174,8 +175,9 @@
>>> browser.open('http://localhost/@@/testbrowser/navigate.html')
>>> browser.contents
- '...> Link Text \n with Whitespace\tNormalization (and parens) </a>...'
- >>> link = browser.getLink('Link Text with Whitespace Normalization (and parens)')
+ '...> Link Text \n with Whitespace\tNormalization (and parens) </...'
+ >>> link = browser.getLink('Link Text with Whitespace Normalization '
+ ... '(and parens)')
>>> link
<Link text='Link Text with Whitespace Normalization (and parens)'...>
>>> link.text
@@ -504,7 +506,7 @@
demonstrated below as we examine each control individually.
ItemControl Objects
-~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~
As introduced briefly above, using labels to obtain elements of a logical
radio button or checkbox collection returns item controls, which are parents.
More information about the Zope3-Checkins
mailing list