Hello,

qijian gong <gongqij...@gmail.com> writes:

> I've written this patch to fix the syntax error alarm caused by evaluating
> the following code block:
>
> #+BEGIN_SRC python :session
> if True:
>     1
> 2
> #+END_SRC

Thank you. 

Could you add a test in "test-ob-python.el"? Could you also add
a comment explaining what you are doing?

> +        (let ((curr-indent (string-match "[^\s]" line)))

  (string-match "\\S-" line)

Regards,

-- 
Nicolas Goaziou

Reply via email to