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 243421 - Verbatim and Raw tags doesn't work properly
Summary: Verbatim and Raw tags doesn't work properly
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Twig (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-31 23:39 UTC by taylorren
Modified: 2014-07-23 02:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
<no description> (215.58 KB, image/png)
2014-03-31 23:41 UTC, taylorren
Details

Note You need to log in before you can comment on or make changes to this bug.
Description taylorren 2014-03-31 23:39:41 UTC
Product Version = NetBeans IDE 8.0 (Build 201403101706)
Operating System = Windows 8 version 6.2 running on amd64
Java; VM; Vendor = 1.8.0
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.0-b70
Comment 1 taylorren 2014-03-31 23:41:16 UTC
Created attachment 146447 [details]
<no description>
Comment 2 taylorren 2014-04-07 01:45:09 UTC
This has been logged for some time and still no feedback on this?
Comment 3 Ondrej Brejla 2014-04-11 09:40:23 UTC
Same behavior for "raw" tag. Lexer needs to be improved.

Test case:

<!DOCTYPE html>
<html>
    <head>
        <title>TODO supply a title</title>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        {% verbatim %} {{foo}} {% endverbatim %}
    </head>
    <body>
        <div>TODO write content</div>
    </body>
</html>
Comment 4 taylorren 2014-05-05 23:36:09 UTC
Has this been resolved in the 8.0 Patch 1 release?
Comment 5 Ondrej Brejla 2014-07-22 11:14:51 UTC
Fixed in web-main #dbc8e52ae20f
Comment 6 Quality Engineering 2014-07-23 02:07:41 UTC
Integrated into 'main-silver', will be available in build *201407230001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/dbc8e52ae20f
User: Ondrej Brejla <obrejla@netbeans.org>
Log: #243421 - Verbatim and Raw tags doesn't work properly