xo-indentlog: bugfix: parse altered gcc output starting gcc13.2

This commit is contained in:
Roland Conybeare 2025-06-12 07:41:44 -05:00
commit 1277378c9f
2 changed files with 4 additions and 3 deletions

View file

@ -19,7 +19,7 @@ namespace ut {
color_spec_type spec_;
/* function signature (as per __PRETTY_FUNCTION__) */
std::string_view pretty_;
/* output text */
/* output text: expected output from function_name(.style .spec .pretty) */
std::string_view output_;
}; /*function_tcase*/