File

spec/json/pass3.json @ 11288:5fd1f1b544a0

util.datamanager: Fix not passing variables as format string to logger (thanks semgrep) Passing error messages as format string could lead to errors, although not a problem anymore since util.format sanitizes this.
author Kim Alvefur <zash@zash.se>
date Sat, 16 Jan 2021 15:49:46 +0100
parent 8236:4878e4159e12
line wrap: on
line source

{
    "JSON Test Pattern pass3": {
        "The outermost value": "must be an object or array.",
        "In this test": "It is an object."
    }
}