Rewrite and improve formatted output routines.
[pspp-builds.git] / tests / expressions / expressions.sh
index b80f508084961fb9a970110084873c00d00684e9..70049e13f8900bb2b50e409ec1d0091cd005e662 100755 (executable)
@@ -730,7 +730,7 @@ string(123.56, f5.1) => "123.6"
 string($sysmis, f5.1) => "   . "
 string("abc", A5) => error
 string(123, e1) => error       # E has a minimum width of 6 on output.
-string(123, e6.0) => " 1E+02"
+string(123, e6.0) => "1E+002"
 
 substr('abcdefgh', -5) => ""
 substr('abcdefgh', 0) => ""