##// END OF EJS Templates
Fix detection of indentation in nested context....
Fix detection of indentation in nested context. In nested context the Tokenizer will helpfully insert multiple DETENT token. So you need to while-pop. Included a couple of extra test that verify this behavior.
Matthias Bussonnier -
r23344:b5e59f5d
Show More