summaryrefslogtreecommitdiffstats
path: root/test/scxml-test-framework/test/targetless-transition/test3.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/scxml-test-framework/test/targetless-transition/test3.json')
-rw-r--r--test/scxml-test-framework/test/targetless-transition/test3.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/test/scxml-test-framework/test/targetless-transition/test3.json b/test/scxml-test-framework/test/targetless-transition/test3.json
index a002827..f1300b1 100644
--- a/test/scxml-test-framework/test/targetless-transition/test3.json
+++ b/test/scxml-test-framework/test/targetless-transition/test3.json
@@ -1,15 +1,15 @@
{
- "initialConfiguration" : ["a1","b1","c"],
- "events" : [
- {
- "event" : { "name" : "foo" },
- "nextConfiguration" : ["a2","b2","c"]
- },
- {
- "event" : { "name" : "bar" },
- "nextConfiguration" : ["done"]
- }
- ]
+ "initialConfiguration" : ["a1","b1","c"],
+ "events" : [
+ {
+ "event" : { "name" : "foo" },
+ "nextConfiguration" : ["a2","b2","c"]
+ },
+ {
+ "event" : { "name" : "bar" },
+ "nextConfiguration" : ["done"]
+ }
+ ]
}