xref: /aosp_15_r20/external/libconfig/tests/testdata/strings.cfg (revision 2e9d491483b805f09ea864149eadd5680efcc72a)
1*2e9d4914SAndroid Build Coastguard Workerescape_seqs:
2*2e9d4914SAndroid Build Coastguard Worker{
3*2e9d4914SAndroid Build Coastguard Worker  str = "abc";
4*2e9d4914SAndroid Build Coastguard Worker  newline = "abc\ndef\n";
5*2e9d4914SAndroid Build Coastguard Worker  cr = "abc\rdef\r";
6*2e9d4914SAndroid Build Coastguard Worker  tab = "abc\tdef\t";
7*2e9d4914SAndroid Build Coastguard Worker  feed = "abc\fdef\f";
8*2e9d4914SAndroid Build Coastguard Worker  backslash = "abc\\def\\";
9*2e9d4914SAndroid Build Coastguard Worker  dquote = "abc\"def\"";
10*2e9d4914SAndroid Build Coastguard Worker};
11