summaryrefslogtreecommitdiffstats
path: root/test/scxml-test-framework/test/delayedSend/send2.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/scxml-test-framework/test/delayedSend/send2.json')
-rw-r--r--test/scxml-test-framework/test/delayedSend/send2.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/test/scxml-test-framework/test/delayedSend/send2.json b/test/scxml-test-framework/test/delayedSend/send2.json
index b219e13..2c1cda6 100644
--- a/test/scxml-test-framework/test/delayedSend/send2.json
+++ b/test/scxml-test-framework/test/delayedSend/send2.json
@@ -1,16 +1,16 @@
{
- "initialConfiguration" : ["a"],
- "events" : [
- {
- "event" : { "name" : "t1" },
- "nextConfiguration" : ["b"]
- },
- {
- "after" : 100,
- "event" : { "name" : "t2" },
- "nextConfiguration" : ["d"]
- }
- ]
+ "initialConfiguration" : ["a"],
+ "events" : [
+ {
+ "event" : { "name" : "t1" },
+ "nextConfiguration" : ["b"]
+ },
+ {
+ "after" : 100,
+ "event" : { "name" : "t2" },
+ "nextConfiguration" : ["d"]
+ }
+ ]
}