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