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