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 262615 - javascript template strings and divide operator
Summary: javascript template strings and divide operator
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-29 13:52 UTC by jockeeriksson
Modified: 2016-07-18 11:08 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 jockeeriksson 2016-06-29 13:52:12 UTC
You will get a parse error if you have the following code in the editor.

this.el.style.left = `${offset / 2 * randomFactor}px`;

Error message.

Expected an operand but found a template_tail
Comment 1 Petr Hejl 2016-07-18 11:08:09 UTC
Seems to be fixed in recent dev build.