murex icon indicating copy to clipboard operation
murex copied to clipboard

Add test to JSON parser

Open lmorg opened this issue 3 years ago • 0 comments

test: unit private murex-try {
    "StderrMatch": "bar\n",
    "StderrType":  "str",
}

Should detect tailing comma. eg: utils/mxjson/invalid_test.go

		{
			Json: `{
				"StderrMatch": "bar\n",
				"StderrType":  "str",
				}`,
			Error: true,
		},

lmorg avatar Apr 10 '21 23:04 lmorg