|
Repo Added
|
Build
3606
Last
|
Files
24
|
Badge
README BADGES
|
push
github
tsort: pairs can split across lines * The previous commit handled the problem of odd input tokens being ignored, but tsort still rejects some valid input * Exit with failure code if close() failed, after printing output * Allow a single token on a line; this is valid as long as the total number of tokens is even * Tested against GNU version %printf "a b\nb\n c\n\n" > in.tsort %tsort in.tsort # tsort (GNU coreutils) 8.32 a b c %perl tsort in.tsort # with patch applied a b c %perl ~/PerlPowerTools.old/bin/tsort in.tsort # from older commit 9d4efce79 which gets it totally wrong a b
350 of 479 relevant lines covered (73.07%)
4736.89 hits per line
![]() |
Badge your Repo: PerlPowerToolsWe detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.Could not find badge in README. |
|
Embed ▾
README BADGES
|