Learn more about cloning repositories
You have read-only access
Failing string ordering on linux test This testcase illustrates a problem on linux where - at the time of writing - the strings "a" and "a\0" satisfied "a" <= "a\0" "a" >= "a\0" "a" != "a\0"