Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
e7977df2cae2ac2c5da38f77488ec9e97d10c33b
/
.
/
testsuite
/
bc_strings.bc
blob: 1cb7d6a61c54c27f67dd3a9cff8e654e1dc74dc9 [
file
] [
log
] [
blame
]
Denys Vlasenko
9a23b07
2018-12-12 21:41:40 +0100
[
diff
] [
blame
]
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"