MadcapJake / language-perl6fe

»ö« Atom Perl 6 Support - Forgotten Edition »ö«
https://github.com/perl6/atom-language-perl6
Other
16 stars 3 forks source link

Broken Highlights On HEREDOCs with empty lines in them #5

Closed zoffixznet closed 8 years ago

zoffixznet commented 8 years ago

See image: bug1

MadcapJake commented 8 years ago

Would you post the text version of this?

zoffixznet commented 8 years ago

Here you go:

$dom = DOM::Parser.new(qq:to/END/);
<html>
  <head>
    <title>Real World!</title>
  <body>
    <ul>
      <li>
        Test
        <br>
        123
        <p>

      <li>
        Test
        <br>
        321
        <p>
      <li>
        Test
        3
        2
        1
        <p>
    </ul>
END
MadcapJake commented 8 years ago

Fixed in v1.2.4

zoffixznet commented 8 years ago

Sweet thanks :)