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