]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bc/tests/script.sed
usr.bin/gh-bc, contrib/bc: update to version 5.0.0
[FreeBSD/FreeBSD.git] / contrib / bc / tests / script.sed
1 /[^\\]$/ {
2         p;
3 }
4 /\\$/ {
5         N;
6         s/\\\n\([0-9]\)$/\1/g;
7         p;
8 }
9 d;