Project

General

Profile

Actions

Defect #4633

closed

using the tag @

Added by Иван Касьянов about 15 years ago. Updated almost 15 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-01-22
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

Using the tag in forum after the close of the next line also falls into the selection.
@For example, here, this line of code is written as

But beyond this tag

Actions #1

Updated by Felix Schäfer almost 15 years ago

  • Status changed from New to Closed
  • Resolution set to Invalid

"""
Using the tag in forum after the close of the next line also falls into the selection.
@For example, here, this line of code is written as

But beyond this tag
"""

I can't see an error in this line, as lines separated by only one newline are considered to be in the same paragraph, and the globbing used to find the string enclosed in @'s is greedy in the paragraph. If you want the lines to be independent, separate them with 2 newlines:

"""
Using the tag @ in forum after the close of the next line also falls into the selection.

For example, here, this line of code is written as

But beyond this tag
"""

Actions

Also available in: Atom PDF