v1
- by acashjos 8/4/202200
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
var strlist = [JSON.stringify({samo:'sa'}),"dfsfdsf",JSON.stringify({samo:'sa'}),"gdshgdhfhg",JSON.stringify({samo:'sa'}),"[sfsfsd]",JSON.stringify({samo:'sa'}),"sdddd",JSON.stringify({samo:'sa'}),"bla bla"]
delete caserun single casemove downdrag and drop case


ready



strlist.forEach(str => {
	try{
	JSON.parse(str)
}catch(e){
	
}
})
delete caserun single casemove updrag and drop case


ready



strlist.forEach(str => {
if(/^\s*(\{|\[)/.test(str)){
	try{
	JSON.parse(str)
}catch(e){
	
}
}
})
Test Case - click to add another test case
Teardown JS - click to add teardown JavaScript
Output (DOM) - click to monitor output (DOM) while test is running
RUN