Opened 10 years ago

Last modified 10 years ago

#11812 new enhancement

cannot nest Include macro in CSV — at Initial Version

Reported by: 5@… Owned by: Ryan J Ollos
Priority: normal Component: CsvMacro
Severity: normal Keywords: nest
Cc: Trac Release:

Description

I want to auto-generate tables in csv form, and have them show up in the wiki as soon as they're checked in. The CSV and Include macros have the two functions I need, but won't nest. Here's a test:

trac tests

bracket form Include doesn't work in brace-bracket CSV

Error: Failed to load processor CSV
No macro or processor named 'CSV' found

next: CSV works in bracket form

CSV(hi, there)?

but: bracket Include in bracket CSV doesn't work

CSV([[Include(source:python/systemTests/weakSignal.csv)?)]]

although bracket form Include works on its own

Change History (0)

Note: See TracTickets for help on using tickets.