From 241560edf55dc2749652835631525dc5a468f1ba Mon Sep 17 00:00:00 2001 From: cbookshu Date: Mon, 9 Dec 2024 03:28:27 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BC=96=E7=A0=81=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/test_json_files.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_json_files.cpp b/test/test_json_files.cpp index 8dbdcb45..5730f984 100644 --- a/test/test_json_files.cpp +++ b/test/test_json_files.cpp @@ -321,7 +321,7 @@ YLT_REFL(test_optstr_reader_null, name); TEST_CASE("test_optstr_reader") { test_optstr_reader_null v; - v.name = "name"; // n¿ªÍ·µÄoptional ×Ö·û´® + v.name = "name"; // optional begin with 'n' std::string json; iguana::to_json(v, json);