xref: /aosp_15_r20/external/bc/tests/script.sed (revision 5a6e848804d15c18a0125914844ee4eb0bda4fcf)
1*5a6e8488SAndroid Build Coastguard Worker/[^\\]$/ {
2*5a6e8488SAndroid Build Coastguard Worker	p;
3*5a6e8488SAndroid Build Coastguard Worker}
4*5a6e8488SAndroid Build Coastguard Worker/\\$/ {
5*5a6e8488SAndroid Build Coastguard Worker	N;
6*5a6e8488SAndroid Build Coastguard Worker	s/\\\n\([0-9]\)$/\1/g;
7*5a6e8488SAndroid Build Coastguard Worker	p;
8*5a6e8488SAndroid Build Coastguard Worker}
9*5a6e8488SAndroid Build Coastguard Workerd;
10