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