[web/test] Use proper JSON syntax
authorRémi Cardona <remi.cardona@logilab.fr>
Wed, 13 May 2015 16:27:46 +0200
changeset 10415 78d8a49a46b6
parent 10414 eaf42d452410
child 10416 6e5e1617e1cd
[web/test] Use proper JSON syntax Related to #5533303.
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"]