ifw-core
6.0.0
Loading...
Searching...
No Matches
utils
string
test
testStringData.cpp
Go to the documentation of this file.
1
5
#include <string>
6
7
static
std::string data_test_Split_Normal_1 =
"\
8
This\n\
9
is\n\
10
split\n\
11
test\n\
12
#1\n"
;
13
14
15
static
std::string data_test_Split_Normal_2 =
"\
16
This\n\
17
is\n\
18
split\n\
19
test\n\
20
#2\n"
;
21
22
23
static
std::string data_in_test_SplitBuffer_Normal_1 =
"\
24
# A comment\n\
25
This \n\
26
\n\
27
\tis\t\n\
28
split\t \t\n\
29
buffer\n\
30
# Another comment\n\
31
test\n\
32
\n\
33
\n\
34
Nb 1"
;
35
36
37
static
std::string data_ref_test_SplitBuffer_Normal_1 =
"\
38
This\n\
39
is\n\
40
split\n\
41
buffer\n\
42
test\n\
43
Nb 1\n"
;
Generated by
1.10.0