From c10d2733a14c87553df5f8f8fc24150469d74c22 Mon Sep 17 00:00:00 2001 From: osuphobia Date: Thu, 28 Nov 2024 22:31:20 +0800 Subject: [PATCH] satisfy clang --- tests/comestible_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/comestible_test.cpp b/tests/comestible_test.cpp index 969dcb4aaa6bc..af3df5cebb99d 100644 --- a/tests/comestible_test.cpp +++ b/tests/comestible_test.cpp @@ -348,6 +348,7 @@ TEST_CASE( "food_satiety_bar", "[character][food][satiety]" ) CHECK( satiety_bar( 200 ) == "|\\..." ); // NOLINTNEXTLINE(cata-text-style): verbatim ellipses necessary for validation CHECK( satiety_bar( 300 ) == "|\\..." ); + // NOLINTNEXTLINE(cata-text-style): verbatim ellipses necessary for validation CHECK( satiety_bar( 400 ) == "||..." ); CHECK( satiety_bar( 500 ) == "||\\.." ); CHECK( satiety_bar( 600 ) == "||\\.." );