mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-17 17:58:09 +08:00
test: enable to output int_fmt.uppercase
This commit is contained in:
@@ -30,6 +30,7 @@ std::ostream& operator<<(std::ostream& os, const integer_format_info& fmt)
|
|||||||
{
|
{
|
||||||
os << "integer_format_info{";
|
os << "integer_format_info{";
|
||||||
os << "fmt = " << fmt.fmt << ", ";
|
os << "fmt = " << fmt.fmt << ", ";
|
||||||
|
os << "uppercase = " << fmt.uppercase << ", ";
|
||||||
os << "width = " << fmt.width << ", ";
|
os << "width = " << fmt.width << ", ";
|
||||||
os << "spacer = " << fmt.spacer << ", ";
|
os << "spacer = " << fmt.spacer << ", ";
|
||||||
os << "suffix = \"" << fmt.suffix << "\"}";
|
os << "suffix = \"" << fmt.suffix << "\"}";
|
||||||
|
Reference in New Issue
Block a user