ifw-core 6.0.0
Loading...
Searching...
No Matches
testFileData.cpp
Go to the documentation of this file.
1
6#include <string>
7
8static std::string data_test_LoadFile_1 ="\
9# This is a general purpose test file\n\
10# for the ifw::core::utils::file module.\n\n\
11# Comment 1\n\nMy.Str.Par1: \"StrValPar1\" # Comment StrPar1\n\
12My.Str.Par2: \"StrValPar2\" # Comment StrPar2\n\n\
13My.Dbl.Par1: \"1.2345E5\" # Comment DblPar1\n\n\
14My.Int32.Par1: \"2233\" # Comment Int32Par1\n";