xref: /minix3/external/bsd/flex/dist/examples/manual/strtest.dat (revision 357f1050293be536ca8309aae20889945ce99fc1)
1*357f1050SThomas Veerman"This is a string"
2*357f1050SThomas Veerman"The next string will be empty"
3*357f1050SThomas Veerman""
4*357f1050SThomas Veerman"This is a string with a \b(\\b) in it"
5*357f1050SThomas Veerman"This is a string with a \t(\\t) in it"
6*357f1050SThomas Veerman"This is a string with a \n(\\n) in it"
7*357f1050SThomas Veerman"This is a string with a \v(\\v) in it"
8*357f1050SThomas Veerman"This is a string with a \f(\\f) in it"
9*357f1050SThomas Veerman"This is a string with a \r(\\r) in it"
10*357f1050SThomas Veerman"This is a string with a \"(\\\") in it"
11*357f1050SThomas Veerman"This is a string with a \z(\\z) in it"
12*357f1050SThomas Veerman"This is a string with a \X4a(\\X4a) in it"
13*357f1050SThomas Veerman"This is a string with a \x4a(\\x4a) in it"
14*357f1050SThomas Veerman"This is a string with a \x7(\\x7) in it"
15*357f1050SThomas Veerman"This is a string with a \112(\\112) in it"
16*357f1050SThomas Veerman"This is a string with a \043(\\043) in it"
17*357f1050SThomas Veerman"This is a string with a \7(\\7) in it"
18*357f1050SThomas Veerman"This is a multi-line \
19*357f1050SThomas Veermanstring"
20*357f1050SThomas Veerman"This is an unterminated string
21*357f1050SThomas Veerman"This is an unterminated string too
22