<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Wed, Aug 29, 2018 at 3:58 PM Rob Landley <<a href="mailto:rob@landley.net">rob@landley.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 08/29/2018 05:28 PM, haroon maqsood wrote:<br>
> Sorry My mistake (again), this is the complete file.<br>
<br>
Yay tests. Applied, since any tests are better than none.<br>
<br>
Although I note that:<br>
<br>
  TEST_HOST=1 make test_fold<br>
<br>
Produces failures. You might want to try:<br>
<br>
  VERBOSE=fail TEST_HOST=1 make test_fold<br>
<br>
Also, checking my notes, I'm not sure off the top of my head what the difference<br>
between "fold" and "fmt" is? There's a promoted fmt command (from the android<br>
guys I think), but fold is posix. Looks like they do kind of similar things?<br></blockquote><div><br></div><div>similar, but "fmt" is more human-friendly. it breaks at word boundaries and pays attention to "margins" (by duplicating initial indentation).</div><div><br></div><div>fold is so unfriendly that i've never seen it used in real life.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Rob<br>
_______________________________________________<br>
Toybox mailing list<br>
<a href="mailto:Toybox@lists.landley.net" target="_blank">Toybox@lists.landley.net</a><br>
<a href="http://lists.landley.net/listinfo.cgi/toybox-landley.net" rel="noreferrer" target="_blank">http://lists.landley.net/listinfo.cgi/toybox-landley.net</a><br>
</blockquote></div></div>