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 - unexpeceted tRPAREN happens with ...%>%) in ERB file
Summary: unexpeceted tRPAREN happens with ...%>%) in ERB file
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: RHTML (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-28 07:17 UTC by Masaki Katakai
Modified: 2011-01-28 20:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 %>%