Skip to content

Commit

Permalink
修改编码格式
Browse files Browse the repository at this point in the history
  • Loading branch information
CBookShu committed Dec 9, 2024
1 parent 0d78b11 commit 241560e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_json_files.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<string> begin with 'n'
std::string json;
iguana::to_json(v, json);

Expand Down

0 comments on commit 241560e

Please sign in to comment.