From 6583f8bb4906a450593d77b213e67ad8886edbbb Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 9 Apr 2010 18:22:50 +0100 Subject: [PATCH] tests: Fix test-script.json A trailing comma is breaking the validity of test-script.json --- tests/data/test-script.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/data/test-script.json b/tests/data/test-script.json index 9acd034bc..3482d734b 100644 --- a/tests/data/test-script.json +++ b/tests/data/test-script.json @@ -55,7 +55,7 @@ "source" : "red-hand", "x" : 250, "y" : 150, - "opacity" : 100, + "opacity" : 100 }, { "id" : "label",