This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 190632

Summary: unexpeceted tRPAREN happens with ...%>%) in ERB file
Product: ruby Reporter: Masaki Katakai <masaki>
Component: RHTMLAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Masaki Katakai 2010-09-28 07:17:47 UTC
NetBeans IDE 6.9.1 (Build 201007282301)
Java: 1.6.0_20; Java HotSpot(TM) 64-Bit Server VM 16.3-b01-279
Mac OS X 10.5.8; SJIS; ja_JP (nb)

When I tried to edit the following in ERB file, editor reports error "unexpeceted tRPAREN".

(<%= @item.discount_rate %>%)

The following codes are OK.

<%= @item.discount_rate %>%