atom-language icon indicating copy to clipboard operation
atom-language copied to clipboard

Q:qq breaks highlights for the entire file

Open zoffixznet opened this issue 7 years ago • 0 comments

Using Q:qq breaks highlight for the entire file. Sticking # : after the construct works-around the issue

Example Code

# L<S02/C<Q> forms/:qq>
{ # adverb variation
    my @q = ();
    @q = Q:qq/$foo $bar/; 
    is(+@q, 1, "Q:qq// is singular");
    is(@q[0], "FOO BAR", "blah blah interp");
};

# L<S02/Interpolating into a single-quoted string/using the \qq>

Picture [optional]

untitled

Leave this in. For internal use.

  • [ ] Fixed in Master
  • [ ] Fixed in Release
  • [ ] Has Tests
  • [ ] Passes Tests

zoffixznet avatar Jan 30 '18 13:01 zoffixznet