[ZPT] CVS: Products/PageTemplates/tests - testExpressions.py:1.7
evan@cvs.baymountain.com
evan@cvs.baymountain.com
Mon, 23 Jul 2001 14:11:28 -0400
Update of /cvs-repository/Products/PageTemplates/tests
In directory cvs.zope.org:/tmp/cvs-serv27441/tests
Modified Files:
testExpressions.py
Log Message:
Fix bug with expressions containing newlines.
====== Updated Products/PageTemplates/tests/testExpressions.py, 1.6 => 1.7 ======
e.compile('string:a ${x/y} b ${y/z} c')
e.compile('python: 2 + 2')
+ e.compile('python: 2 \n+\n 2\n')
def test_suite():
return unittest.makeSuite(ExpressionTests)