• Show log

    Commit

  • Hash : e5ef0f18
    Author : Carlos Martín Nieto
    Date : 2013-01-31T20:23:30

    refs: handle ALLOW_ONELEVEL normalization with leading slash A leading slash confuses the name normalization code when the flags include ALLOW_ONELEVEL. Catch this case in particular to avoid triggering an assertion in the uppercase check which expects us not to pass it an empty string. The existing tests don't catch this as they simply use the NORMAL flag. This fixes #1300.