mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
generators.md: fix extraneous back tick in doc
This commit is contained in:
parent
e509012e64
commit
4611125801
@ -98,7 +98,7 @@ if you want them to come out as `std::string`:
|
|||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
TEST_CASE("type conversion", "[generators]") {
|
TEST_CASE("type conversion", "[generators]") {
|
||||||
auto str = GENERATE(as<std::string>{}, "a", "bb", "ccc");`
|
auto str = GENERATE(as<std::string>{}, "a", "bb", "ccc");
|
||||||
REQUIRE(str.size() > 0);
|
REQUIRE(str.size() > 0);
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user