]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.347 v7.4.347
authorBram Moolenaar <Bram@vim.org>
Thu, 26 Jun 2014 20:33:51 +0000 (22:33 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 26 Jun 2014 20:33:51 +0000 (22:33 +0200)
Problem:    test55 fails on some systems.
Solution:   Remove the elements that all result in zero and can end up in an
            arbitrary position.

src/testdir/test55.in
src/testdir/test55.ok
src/version.c

index f12dc2d22fb40baf361bbdb005dfaa5fad15c2b6..ace97bf30e14db558e79e6ee44f286e9925d875e 100644 (file)
@@ -332,8 +332,9 @@ let l = [0, 1, 2, 3]
 :$put =string(reverse(sort(l)))
 :$put =string(sort(reverse(sort(l))))
 :$put =string(uniq(sort(l)))
-:let l=[7, 9, 18, 12, 22, 10.0e-16, -1, 0xff, 0, -0, 0.22, 'foo', 'FOOBAR',{}, []]
+:let l=[7, 9, 18, 12, 22, 10.0e-16, -1, 0xff, 0.22, 'foo']
 :$put =string(sort(copy(l), 'n'))
+:let l=[7, 9, 18, 12, 22, 10.0e-16, -1, 0xff, 0, -0, 0.22, 'foo', 'FOOBAR',{}, []]
 :$put =string(sort(copy(l), 1))
 :$put =string(sort(copy(l), 'i'))
 :$put =string(sort(copy(l)))
index 901bc94066315986d35b4677cb7d08fdb5001bd3..3969995a1e77df55885b15a85210baed43619130 100644 (file)
@@ -101,7 +101,7 @@ caught a:000[3]
 [[0, 1, 2], [0, 1, 2], 4, 2, 2, 1.5, 'xaaa', 'x8', 'foo6', 'foo', 'foo', 'A11', '-0']
 ['-0', 'A11', 'foo', 'foo', 'foo6', 'x8', 'xaaa', 1.5, 2, 2, 4, [0, 1, 2], [0, 1, 2]]
 ['-0', 'A11', 'foo', 'foo6', 'x8', 'xaaa', 1.5, 2, 4, [0, 1, 2]]
-[-1, 0, 0, 'foo', 'FOOBAR', {}, [], 1.0e-15, 0.22, 7, 9, 12, 18, 22, 255]
+[-1, 'foo', 1.0e-15, 0.22, 7, 9, 12, 18, 22, 255]
 ['foo', 'FOOBAR', -1, 0, 0, 0.22, 1.0e-15, 12, 18, 22, 255, 7, 9, [], {}]
 ['foo', 'FOOBAR', -1, 0, 0, 0.22, 1.0e-15, 12, 18, 22, 255, 7, 9, [], {}]
 ['FOOBAR', 'foo', -1, 0, 0, 0.22, 1.0e-15, 12, 18, 22, 255, 7, 9, [], {}]
index 4adf3e55d909440211cb967362b6a80cba5c0137..a6b030d2feb051b2051ed130f52b603c39b9b94a 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    347,
 /**/
     346,
 /**/