[ditrack commit] r1119 - src/trunk/tests/cmd-cat/lma.tc
Иван Глушков
gli.work at gmail.com
Wed Jan 24 06:42:08 PST 2007
On 1/20/07, Vlad Skvortsov <vss at 73rus.com> wrote:
> gli at ditrack.org wrote:
> > Author: gli
> > Date: 2007-01-18 06:49:02 -0800 (Thu, 18 Jan 2007)
> > New Revision: 1119
> >
> > Modified:
> > src/trunk/tests/cmd-cat/lma.tc/test.py
> > Log:
> > testcase for issue #84 added
> >
> > Modified: src/trunk/tests/cmd-cat/lma.tc/test.py
> > ===================================================================
> > --- src/trunk/tests/cmd-cat/lma.tc/test.py 2007-01-17 21:57:58 UTC (rev 1118)
> > +++ src/trunk/tests/cmd-cat/lma.tc/test.py 2007-01-18 14:49:02 UTC (rev 1119)
> > @@ -10,21 +10,25 @@
> > outfile="new.output")
> > tc.diff("new.expected", "new.output")
> >
> > -tc.dt(["cat", "A"], [], outfile="cat.output")
> > +letters = ['a', 'A']
>
> Just a minor nit: we tend to use double qoutes throughout the code (and
> particularly in this testcase).
http://www.python.org/doc/1.4/tut/node68.html:
"There is no semantic difference between strings surrounded by single
or double quotes"
Why double?
More information about the Dev
mailing list