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