##// END OF EJS Templates
parsers: set exception when there's too little string data to extract parents...
parsers: set exception when there's too little string data to extract parents Previously we were returning NULL from this function without actually setting up an exception. This fixes that problem, which was detected with cpychecker.
Augie Fackler -
r26052:b970418b default
Show More