Menu

#1942 ASP comments don't terminate if ASP end tag is on the same line

Bug
closed-duplicate
3
2019-12-07
2017-04-28
Stee-rider
No

I use Notepad++ (which uses Scintilla) on Windows 10. Folks at the Notepad++ bug tracker suggested I report this bug here.

In .asp files, comments are not properly terminated if the ASP end tag "%>" is on the same line.

For example, this works fine:

<%
'this is an ASP comment
%>
<p>This is HTML.</p>

...but this breaks:

<% 'this is an ASP comment %>
<p>Oops! Notepad++ still thinks we're inside an ASP comment!</p>

Discussion

  • Neil Hodgson

    Neil Hodgson - 2017-04-28
    • labels: Notepad++, Scintilla --> Notepad++, Scintilla, lexer, html, asp
    • status: open --> open-duplicate
    • assigned_to: Neil Hodgson
    • Priority: 5 --> 3
     
  • Neil Hodgson

    Neil Hodgson - 2017-04-28

    Appears to be a duplicate of [#650].

     

    Related

    Bugs: #650

  • Neil Hodgson

    Neil Hodgson - 2019-12-07
    • status: open-duplicate --> closed-duplicate
     

Log in to post a comment.

MongoDB Logo MongoDB