diff options
author | Stefan Radomski <sradomski@mintwerk.de> | 2016-01-26 08:32:56 (GMT) |
---|---|---|
committer | Stefan Radomski <sradomski@mintwerk.de> | 2016-01-26 08:32:56 (GMT) |
commit | 18bca76b4f4d81db962e97cfe79611461a8b7e61 (patch) | |
tree | 5131964dc562082fc3274cea8de3aa25ec0d455e /test/uscxml | |
parent | 762eb95910cd4dfad6a84f97332b7549b2fdbd69 (diff) | |
download | uscxml-18bca76b4f4d81db962e97cfe79611461a8b7e61.zip uscxml-18bca76b4f4d81db962e97cfe79611461a8b7e61.tar.gz uscxml-18bca76b4f4d81db962e97cfe79611461a8b7e61.tar.bz2 |
Some code beautifications
Diffstat (limited to 'test/uscxml')
-rw-r--r-- | test/uscxml/automated/ecma/uncompleted-history.scxml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/uscxml/automated/ecma/uncompleted-history.scxml b/test/uscxml/automated/ecma/uncompleted-history.scxml deleted file mode 100644 index f6c3c04..0000000 --- a/test/uscxml/automated/ecma/uncompleted-history.scxml +++ /dev/null @@ -1,11 +0,0 @@ -<scxml datamodel="ecmascript" initial="s0.h0"> - <state id="s0"> - <transition target="fail" /> - <history id="s0.h0" type="deep" /> - <state id="s0.0"> - <transition target="pass" /> - </state> - </state> - <final id="pass" /> - <final id="fail" /> -</scxml>
\ No newline at end of file |