xbot/include/libconfig-1.7.3/tests/testdata/strings.cfg

11 lines
178 B
INI
Raw Normal View History

2024-02-12 23:22:10 -08:00
escape_seqs:
{
str = "abc";
newline = "abc\ndef\n";
cr = "abc\rdef\r";
tab = "abc\tdef\t";
feed = "abc\fdef\f";
backslash = "abc\\def\\";
dquote = "abc\"def\"";
};