From: Hugh McMaster Subject: [PATCH 1/2] reg/tests: Add the final comma to the comma-placement test Message-Id: Date: Fri, 23 Jun 2017 11:16:37 +0000 Signed-off-by: Hugh McMaster --- programs/reg/tests/reg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/reg/tests/reg.c b/programs/reg/tests/reg.c index c821bec499..1556ad2a53 100644 --- a/programs/reg/tests/reg.c +++ b/programs/reg/tests/reg.c @@ -2741,7 +2741,7 @@ static void test_import(void) test_import_wstr("\xef\xbb\xbfWindows Registry Editor Version 5.00\n\n" "[HKEY_CURRENT_USER\\" KEY_BASE "]\n" - "\"Wine49\"=hex(2):25,00,50,00,41,00,54,00,48,00,25,00,00,00\n\n", &r); + "\"Wine49\"=hex(2):25,00,50,00,41,00,54,00,48,00,25,00,00,00,\n\n", &r); todo_wine ok(r == REG_EXIT_SUCCESS, "got exit code %d, expected 0\n", r); todo_wine verify_reg(hkey, "Wine49", REG_EXPAND_SZ, "%PATH%", 7, 0); -- 2.11.0