Ticket #21 (closed defect: fixed)

Opened 7 months ago

Last modified 6 months ago

n3/pygments end of line comments not working inside a list

Reported by: http://astro.pip.verisignlabs.com/ Owned by: phil
Priority: trivial Milestone:
Component: SyntaxHighlighting Keywords: n3 pytments
Cc:

Description

This is kind of trivial. end of line comments inside an opject list fail in pytments (is't ok in textmate highliting)

# Proceedings lens and format info (article from a conference)
:proceedingsLens a fresnel:Lens ;
        fresnel:purpose fresnel:defaultLens ;     # As of the ticket date: 
        fresnel:classLensDomain bib:Proceedings ; # Pass
        fresnel:showProperties(                   # Fail
            [fresnel:property bib:authors;        # Pass
             fresnel:sublens :authorsListSubLens] # Fail
                dc:title
                bib:presentedAt                   # Fail
                [fresnel:property dc:publisher ; 
             fresnel:sublens :publisherSubLens ]
            dc:date bib:pages z:itemType 
            fresnel:allProperties);
        fresnel:hideProperties ( rdf:type rdfs:label );
        fresnel:group ka:bib .

Change History

Changed 6 months ago by http://openvest.myopenid.com/

  • status changed from new to closed
  • resolution set to fixed

fixed in [126]

Note: See TracTickets for help on using tickets.