Changes between Version 15 and Version 16 of AdvParseArgsPlugin


Ignore:
Timestamp:
Jan 17, 2016, 2:26:58 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with pypi

Legend:

Unmodified
Added
Removed
Modified
  • AdvParseArgsPlugin

    v15 v16  
    99This function is used in WikiMacros to parse the macro arguments. This enhanced version is meant as a replacement of `trac.wiki.macros.parse_args` and supports several advanced options, see section [#Parameters]. The most important feature is the support for quoting the delimiter, eg `key1=val1, key2="some,text", key3=val3` will correctly return `some,text` as the value of `key2`. The original `parse_args` function would return `"some` and handle `text"` as separate argument.
    1010
    11 Trac-hacks which use this plugin:
     11Other plugins which use this plugin:
    1212
    1313  * GoogleMapMacro