# HG changeset patch # User RĂ©mi Cardona # Date 1431527266 -7200 # Node ID 78d8a49a46b6317f410b892a3f402cf838cfd135 # Parent eaf42d452410e98a1d0620f47514aea45064d614 [web/test] Use proper JSON syntax Related to #5533303. diff -r eaf42d452410 -r 78d8a49a46b6 web/test/jstests/ajaxresult.json --- a/web/test/jstests/ajaxresult.json Wed May 13 16:27:12 2015 +0200 +++ b/web/test/jstests/ajaxresult.json Wed May 13 16:27:46 2015 +0200 @@ -1,1 +1,1 @@ -['foo', 'bar'] +["foo", "bar"]