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 251847 - !{ is marked as error
Summary: !{ is marked as error
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Jade (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-15 11:36 UTC by Petr Pisl
Modified: 2015-04-16 06:35 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 Petr Pisl 2015-04-15 11:36:18 UTC
Have a code:

-var implicitname = "implicit name"

mixin -clever-name-
    ahoj how are you
    #{implicitname}
    !{implicitname}

The delimiter !{ is marked as an error.
Comment 1 Petr Pisl 2015-04-15 11:44:33 UTC
Fixed in web-main.
Comment 2 Quality Engineering 2015-04-16 06:35:55 UTC
Integrated into 'main-silver', will be available in build *201504160452* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/cd617e77a31a
User: Petr Pisl <ppisl@netbeans.org>
Log: #251847 - \!{ is marked as error