From b841650253975d6acd9a58f408eba0f91e366747 Mon Sep 17 00:00:00 2001 From: Matt Godbolt Date: Thu, 24 Sep 2020 14:14:45 -0500 Subject: [PATCH] Add missing syntax highlighting tag --- docs/generators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/generators.md b/docs/generators.md index 2285abf1..d48cf06b 100644 --- a/docs/generators.md +++ b/docs/generators.md @@ -42,7 +42,7 @@ that allows users to implement their own generators. effects. The simplest usage is shown below, where the `SECTION` "one" runs 4 (2\*2) times, and `SECTION` "two" is run 6 times (2\*3). -``` +```cpp TEST_CASE("Generators") { auto i = GENERATE(1, 2); SECTION("one") {