From b0d7bee60433e4634b25cfd8440087e4b607c243 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 16 Jul 2025 13:07:38 +0200 Subject: [PATCH] unit1302 add local spellcheck suppression --- tests/unit/unit1302.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/unit1302.c b/tests/unit/unit1302.c index 81a4614505..84e85877bf 100644 --- a/tests/unit/unit1302.c +++ b/tests/unit/unit1302.c @@ -84,7 +84,7 @@ static CURLcode test_unit1302(char *arg) {"\x01", 1, "AQ", 2 }, {"\x02", 1, "Ag", 2 }, {"\x03", 1, "Aw", 2 }, - {"\x04", 1, "BA", 2 }, + {"\x04", 1, "BA", 2 }, /* spellchecker:disable-line */ {"\x05", 1, "BQ", 2 }, {"\x06", 1, "Bg", 2 }, {"\x07", 1, "Bw", 2 },