]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bc/tests/bc/strings.txt
Update to version 3.1.1
[FreeBSD/FreeBSD.git] / contrib / bc / tests / bc / strings.txt
1 "string"
2 "another string"
3 "yet
4 another
5 string"
6 "noescapes\n"
7 "newline
8 "
9 print "string"
10 print "newline\n"
11
12 print "\\\e\n"
13 print "\d\n"
14 "abc\\
15 def
16 "