test/ft_11_ppd.rb in openwferu-0.9.9 vs test/ft_11_ppd.rb in openwferu-0.9.10

- old
+ new

@@ -74,12 +74,15 @@ def test_ppd_1 #def xxxx_ppd_1 dotest( TestDefinition1, - """toto:nada -ftoto:_nada__321""") + """ +toto:nada +ftoto:_nada__321 + """.strip, + true) end # # Test 2 @@ -102,11 +105,12 @@ def test_ppd_2 #def xxxx_ppd_2 dotest( TestDefinition2, - "toto:nada") + "toto:nada", + true) end # # Test 3 @@ -187,11 +191,14 @@ #puts #puts TestDefinition4.do_make(ExpressionMap.new(nil, nil)).to_s dotest( TestDefinition4, - """a -b""") + """ +a +b + """.strip, + 0.300) assert \ s == CODE4, "nested sequences test failed (4)" end