From 042cdb5704ee654161390f45d51d821b957b9d99 Mon Sep 17 00:00:00 2001 From: HappyTramp Date: Wed, 26 Feb 2020 20:03:58 +0100 Subject: Update moulitest_tests.c --- tests/moulitest_tests.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/moulitest_tests.c b/tests/moulitest_tests.c index 0a2150f..073c4f9 100644 --- a/tests/moulitest_tests.c +++ b/tests/moulitest_tests.c @@ -70,7 +70,9 @@ void test_moulitest_05(void) ASSERT_PRINTF("%%%%%%%%%%"); ASSERT_PRINTF(".%%.%%.%%.%%.%%.%%.%%.%%."); // ASSERT_PRINTF("%"); +#ifdef FT_PRINTF_TEST_BONUS ASSERT_PRINTF("{% %}"); +#endif } void test_moulitest_06(void) -- cgit