John Kitchin <jkitc...@andrew.cmu.edu> writes:

> #+RESULTS:
> : <<\([^
> : ].+?[^ ]\|[^
> : ]\)>>

That regex looks malformed, and will only match strings with 1 or 3 or
more characters between << and >>. If someone knows what itʼs supposed
to be matching we can fix it. eg it looks like it wants to allow

<<ab
>>

Is that something that should be accepted?

Robert

Reply via email to