##// END OF EJS Templates
text fix
Marin Gilles -
Show More
@@ -180,7 +180,7 b' def test_LSString():'
180 lss = text.LSString("abc\ndef")
180 lss = text.LSString("abc\ndef")
181 nt.assert_equal(lss.l, ['abc', 'def'])
181 nt.assert_equal(lss.l, ['abc', 'def'])
182 nt.assert_equal(lss.s, 'abc def')
182 nt.assert_equal(lss.s, 'abc def')
183 nt.assert_isinstance(lss.p[0], path.path)
183 nt.assert_is_instance(lss.p[0], path.path)
184
184
185 def test_SList():
185 def test_SList():
186 sl = text.SList(['a 11', 'b 1', 'a 2'])
186 sl = text.SList(['a 11', 'b 1', 'a 2'])
General Comments 0
You need to be logged in to leave comments. Login now