Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stringify: do not use unescapedIndexOf in property parameters #535

Commits on Nov 29, 2022

  1. stringify: do not use unescapedIndexOf in property parameters

    … as \ is no escape character there.  When the propery parameter
    contains :, then it must be quoted, the colon cannot be escaped.
    
    As the function stringify.propertyValue in fact stringifies
    property parameter values, it is renamed accordingly.
    dilyanpalauzov committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    b23d9ef View commit details
    Browse the repository at this point in the history