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 225578 - {{ var }} in twig error when in javascript block
Summary: {{ var }} in twig error when in javascript block
Status: RESOLVED DUPLICATE of bug 225442
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-31 08:43 UTC by czarpino
Modified: 2013-02-04 14:13 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 czarpino 2013-01-31 08:43:44 UTC
<script>
    // a red circle shows on the left side "Expected an operand but found )"
    if ($(this).val() == {{ var }}) { 
    }
</script>
Comment 1 Ondrej Brejla 2013-01-31 08:54:35 UTC
After discussion with marfous reassigning to JS. Probably JS issue.
Comment 2 Petr Hejl 2013-02-04 14:13:14 UTC

*** This bug has been marked as a duplicate of bug 225442 ***