comparison src/version.c @ 32102:69cf75767b88 v9.0.1382

patch 9.0.1382: failing test for strptime() doesn't show returned value Commit: https://github.com/vim/vim/commit/c142d6513e8d71a8f26c5ca1cb00b7b3de9b15e6 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 5 19:27:49 2023 +0000 patch 9.0.1382: failing test for strptime() doesn't show returned value Problem: Failing test for strptime() doesn't show returned value. Solution: Use assert_equal() instead of assert_true().
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Mar 2023 20:30:04 +0100
parents fcc497515cce
children 5a1113ece237
comparison
equal deleted inserted replaced
32101:1f49a218c670 32102:69cf75767b88
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1382,
698 /**/ 700 /**/
699 1381, 701 1381,
700 /**/ 702 /**/
701 1380, 703 1380,
702 /**/ 704 /**/