diff options
Diffstat (limited to 'test/samples/w3c/txml/test486b.txml')
-rw-r--r-- | test/samples/w3c/txml/test486b.txml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/samples/w3c/txml/test486b.txml b/test/samples/w3c/txml/test486b.txml new file mode 100644 index 0000000..bac9748 --- /dev/null +++ b/test/samples/w3c/txml/test486b.txml @@ -0,0 +1,18 @@ +<?xml version="1.0"?> + <!-- test that <script> is processed according to 'exmode'. In this + case, the entire file should be rejected (hence this is a manual test --> + + <scxml xmlns="http://www.w3.org/2005/07/scxml" name="scxmltest" exmode="strict" + xmlns:conf="http://www.w3.org/2005/scxml-conformance" initial="s0" version="1.0" datamodel="xpath"> + <script>some script</script> + +<state id="s0"> + + <transition conf:targetfail=""/> + + </state> + +<conf:pass/> +<conf:fail/> + +</scxml>
\ No newline at end of file |