
Underscore followed by comma bug.
Reported by Steve Smith | May 4th, 2011 @ 09:31 AM
The text:
Since loading data with network.request is asynchronous, we must have a way of telling the parent class, in our case View_News, when the loading is completed, and return the loaded result.
Results in:
Since loading data with network.request is asynchronous_, we must have a way of telling the parent class, in our case ViewNews, when the loading is completed, and return the loaded result.
It would appear that the parser is ignoring the underscore after 'asynchronous' because of the trailing comma. If you remove the comma, RedCloth behaves as expected.
No comments found
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
RedCloth is a Ruby library for converting Textile into HTML