- From: Robin Berjon via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 02 Dec 2009 17:10:10 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js/test-spec In directory hutz:/tmp/cvs-serv436/test-spec Modified Files: webidl.html Log Message: fixed wrapping ISSUE-48 Index: webidl.html =================================================================== RCS file: /sources/public/2009/dap/ReSpec.js/test-spec/webidl.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- webidl.html 15 Sep 2009 15:33:26 -0000 1.10 +++ webidl.html 2 Dec 2009 17:10:08 -0000 1.11 @@ -435,5 +435,20 @@ All instances of <a>Dahut5</a> MUST support <a>Foo</a>. </div> </section> + + <section> + <h2>Bug based tests</h2> + <p> + Wrapping. + </p> + <dl title='interface Bug01' class='idl'> + <dt>long watchPowerSource(in PowerSourceCallback successCallback, [Optional] in PowerErrorCallback errorCallback)</dt> + <dd>unwrapped</dd> + <dt>long watchPowerSource(in PowerSourceCallback + successCallback, [Optional] in PowerErrorCallback + errorCallback)</dt> + <dd>wrapped</dd> + </dl> + </section> </body> </html>
Received on Wednesday, 2 December 2009 17:10:19 UTC