[Epydoc-commits] SF.net SVN: epydoc: [1445] trunk/epydoc/src/epydoc/test/encoding.doctest
Brought to you by:
edloper
|
From: <dva...@us...> - 2007-02-10 19:55:35
|
Revision: 1445
http://svn.sourceforge.net/epydoc/?rev=1445&view=rev
Author: dvarrazzo
Date: 2007-02-10 11:55:33 -0800 (Sat, 10 Feb 2007)
Log Message:
-----------
- Test updated after extra the boxes have been dropped from HTML output
Modified Paths:
--------------
trunk/epydoc/src/epydoc/test/encoding.doctest
Modified: trunk/epydoc/src/epydoc/test/encoding.doctest
===================================================================
--- trunk/epydoc/src/epydoc/test/encoding.doctest 2007-02-10 19:26:54 UTC (rev 1444)
+++ trunk/epydoc/src/epydoc/test/encoding.doctest 2007-02-10 19:55:33 UTC (rev 1445)
@@ -202,7 +202,6 @@
... ''') # doctest: +ELLIPSIS
<property object at ...>'s docstring is not a unicode string, but it contains non-ascii data -- treating it as latin-1.
€
- €
Introspection/Parsing Tests
===========================
@@ -252,7 +251,6 @@
... """
... ''')
abc ABC 123 € ߿ ࠀ
- abc ABC 123 € ߿ ࠀ
>>> test('''# -*- coding: utf-8 -*-
... def f(x):
@@ -291,10 +289,6 @@
abc ABC 123 € ߿ ࠀ
abc ABC 123 € ߿ ࠀ
abc ABC 123 € ߿ ࠀ
- abc ABC 123 € ߿ ࠀ
- abc ABC 123 € ߿ ࠀ
- abc ABC 123 € ߿ ࠀ
- abc ABC 123 € ߿ ࠀ
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|