Modify ↓
Opened 15 years ago
Closed 15 years ago
#6622 closed defect (fixed)
Error displayed when using new *CodeExamplePath syntax
Reported by: | Ryan J Ollos | Owned by: | Alexander Slesarev |
---|---|---|---|
Priority: | normal | Component: | CodeExampleMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Here is the example markup I used:
{{{ #!GoodCodeExamplePath #!python path=test/dir1/file1 regex="def update_statusbar" lines=3 }}}
I will attach the file I used as well.
Here is what I see when testing with Trac 0.12dev-r9098
and Trac 0.11.7stable-r9170
, which are the latest development versions as of today.
Attachments (3)
Change History (6)
Changed 15 years ago by
Attachment: | ErrorWithCodeExamplePath.png added |
---|
Changed 15 years ago by
comment:1 Changed 15 years ago by
Changed 15 years ago by
Attachment: | ErrorWithCodeExamplePath2.png added |
---|
comment:2 Changed 15 years ago by
Status: | new → assigned |
---|
Note: See
TracTickets for help on using
tickets.
The screen capture I posted in the description was slightly misleading because the specified code block was shown after the error was display.
Turns out this is because the code block I was searching for was lines 1-3 in the file. If I change lines 1-3, then I get the same error but a different section of code displayed.