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