summaryrefslogtreecommitdiffstats
path: root/test/scxml-test-framework/test/assign-current-small-step/test0.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/scxml-test-framework/test/assign-current-small-step/test0.json')
-rw-r--r--test/scxml-test-framework/test/assign-current-small-step/test0.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/scxml-test-framework/test/assign-current-small-step/test0.json b/test/scxml-test-framework/test/assign-current-small-step/test0.json
index 8424ef5..0e49c49 100644
--- a/test/scxml-test-framework/test/assign-current-small-step/test0.json
+++ b/test/scxml-test-framework/test/assign-current-small-step/test0.json
@@ -1,11 +1,11 @@
{
- "initialConfiguration" : ["a"],
- "events" : [
- {
- "event" : { "name" : "t" },
- "nextConfiguration" : ["c"]
- }
- ]
+ "initialConfiguration" : ["a"],
+ "events" : [
+ {
+ "event" : { "name" : "t" },
+ "nextConfiguration" : ["c"]
+ }
+ ]
}