summaryrefslogtreecommitdiffstats
path: root/test/scxml-test-framework/test/more-parallel/test6.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/scxml-test-framework/test/more-parallel/test6.json')
-rw-r--r--test/scxml-test-framework/test/more-parallel/test6.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/scxml-test-framework/test/more-parallel/test6.json b/test/scxml-test-framework/test/more-parallel/test6.json
index 17a169b..9e33fe5 100644
--- a/test/scxml-test-framework/test/more-parallel/test6.json
+++ b/test/scxml-test-framework/test/more-parallel/test6.json
@@ -1,10 +1,10 @@
{
- "initialConfiguration" : ["a11","b11"],
- "events" : [
- {
- "event" : { "name" : "t" },
- "nextConfiguration" : ["a22","b12"]
- }
+ "initialConfiguration" : ["a11","b11"],
+ "events" : [
+ {
+ "event" : { "name" : "t" },
+ "nextConfiguration" : ["a11","b12"]
+ }
- ]
+ ]
}