rsalkeld (Robin Salkeld)
- Login: rsalkeld
- Email: robin.salkeld@sap.com
- Registered on: 04/06/2010
- Last sign in: 04/09/2010
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
04/06/2010
-
09:31 AM Ruby Bug #1559: ERB single line comment does not work
- =begin
This seems to be caused by removing \n from the regular expressions used in ERB::Compiler::SimpleScanner2:
stag_reg = /(.*?)(<%%|<%=|<%#|<%|\z)/m
etag_reg = /(.*?)(%%>|%>|\z)/m
It looks like the original change was intende... -
09:30 AM Ruby Bug #1868: ERB single line comment does not work
- =begin
This seems to be caused by removing \n from the regular expressions used in ERB::Compiler::SimpleScanner2:
stag_reg = /(.*?)(<%%|<%=|<%#|<%|\z)/m
etag_reg = /(.*?)(%%>|%>|\z)/m
It looks like the original change was intende...