Skip to content

Commit

Permalink
satisfy clang
Browse files Browse the repository at this point in the history
  • Loading branch information
osuphobia committed Nov 28, 2024
1 parent e0e19ed commit c10d273
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/comestible_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ TEST_CASE( "food_satiety_bar", "[character][food][satiety]" )
CHECK( satiety_bar( 200 ) == "<color_c_light_red>|\\</color>..." );
// NOLINTNEXTLINE(cata-text-style): verbatim ellipses necessary for validation
CHECK( satiety_bar( 300 ) == "<color_c_yellow>|\\</color>..." );
// NOLINTNEXTLINE(cata-text-style): verbatim ellipses necessary for validation
CHECK( satiety_bar( 400 ) == "<color_c_yellow>||</color>..." );
CHECK( satiety_bar( 500 ) == "<color_c_yellow>||\\</color>.." );
CHECK( satiety_bar( 600 ) == "<color_c_yellow>||\\</color>.." );
Expand Down

0 comments on commit c10d273

Please sign in to comment.