mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 13:05:20 +01:00
update splitter tests for meson
This commit is contained in:
parent
bea7775118
commit
f0a01f65d3
@ -1,8 +1,13 @@
|
|||||||
#include <iostream>
|
|
||||||
#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
|
|
||||||
#include "../include/ss/splitter.hpp"
|
|
||||||
#include "doctest.h"
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <cstring>
|
||||||
|
#include <iostream>
|
||||||
|
#include <ss/splitter.hpp>
|
||||||
|
|
||||||
|
#ifdef CMAKE_GITHUB_CI
|
||||||
|
#include <doctest/doctest.h>
|
||||||
|
#else
|
||||||
|
#include <doctest.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
TEST_CASE("testing splitter with escaping") {
|
TEST_CASE("testing splitter with escaping") {
|
||||||
std::vector<std::string> values{"10", "he\\\"llo",
|
std::vector<std::string> values{"10", "he\\\"llo",
|
||||||
|
Loading…
Reference in New Issue
Block a user