openMSX
|
#include "catch.hpp"
#include "join.hh"
#include "strCat.hh"
#include "view.hh"
#include <string_view>
Go to the source code of this file.
Functions | |
TEST_CASE ("join: vector<string_view>, char") | |
TEST_CASE ("join: various types") | |
TEST_CASE | ( | "join: various types" | ) |
Definition at line 27 of file join_test.cc.
References CHECK(), join(), strCat(), and view::transform().
TEST_CASE | ( | "join: vector<string_view> | , |
char" | |||
) |
Definition at line 8 of file join_test.cc.