Before, when planning out multiline comments, I thought that:

#|comment|# foo bar

would be equivalent to:

\\ foo bar

would be equivalent to:

foo bar

or

(foo bar)

However, when I implemented it, I completely forgot to consider the
following case:

foo #|comment|# bar

The current implementation on 0.3.0 yields:

foo
bar

Should it?  I think the intent here would be that it would become
something like:

foo bar

then

(foo bar)

Should I fix this?  Is this indeed a bug?

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Readable-discuss mailing list
Readable-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/readable-discuss

Reply via email to