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

Summary: !{ is marked as error
Product: javascript Reporter: Petr Pisl <ppisl>
Component: JadeAssignee: Petr Pisl <ppisl>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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