From 370448c1aa4173534ae378d8f0966554a4b34d60 Mon Sep 17 00:00:00 2001 From: Feyzo Date: Sun, 26 Oct 2014 00:27:04 +0300 Subject: [PATCH] Added custom tag test --- test/customTags/test1.json | 9 ++++++++ test/customTags/test1.scxml | 42 +++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 test/customTags/test1.json create mode 100644 test/customTags/test1.scxml diff --git a/test/customTags/test1.json b/test/customTags/test1.json new file mode 100644 index 0000000..d45e8ef --- /dev/null +++ b/test/customTags/test1.json @@ -0,0 +1,9 @@ +{ + "initialConfiguration" : ["a"], + "events" : [ + { + "event" : { "name" : "t" }, + "nextConfiguration" : ["b"] + } + ] +} \ No newline at end of file diff --git a/test/customTags/test1.scxml b/test/customTags/test1.scxml new file mode 100644 index 0000000..652a514 --- /dev/null +++ b/test/customTags/test1.scxml @@ -0,0 +1,42 @@ + + + + + + + +
+
+ + + + +

Hello World!

+ + +
+ + + + + + + +