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