##// END OF EJS Templates
Add a few more fixes to cell/line input code, switch approaches....
Add a few more fixes to cell/line input code, switch approaches. The pure regexp approach failed in more complex cases, so I've gone for a hybrid with some manual string logic and also regex. There are a lot more tests now that pass, so I'm starting to trust this code.
Fernando Perez -
r6981:03d77d1e
Show More