summaryrefslogtreecommitdiffstats
path: root/test/w3c/c89
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2017-06-06 13:28:53 (GMT)
committerStefan Radomski <github@mintwerk.de>2017-06-06 13:28:53 (GMT)
commit88d2ee4fab0c2924da0b9c9bcc238262a05c0602 (patch)
tree36ddc26afab6780aa44aaa98e19b16512f7a07bd /test/w3c/c89
parentee41921b7dfdd91e2a416040e9a7aa0087ff554a (diff)
downloaduscxml-88d2ee4fab0c2924da0b9c9bcc238262a05c0602.zip
uscxml-88d2ee4fab0c2924da0b9c9bcc238262a05c0602.tar.gz
uscxml-88d2ee4fab0c2924da0b9c9bcc238262a05c0602.tar.bz2
Proper XML encoding names
Diffstat (limited to 'test/w3c/c89')
-rw-r--r--test/w3c/c89/test-enc-CP1252.scxml26
-rw-r--r--test/w3c/c89/test-enc-WINDOWS-1252.scxml (renamed from test/w3c/c89/test-enc-CP1250.scxml)2
2 files changed, 1 insertions, 27 deletions
diff --git a/test/w3c/c89/test-enc-CP1252.scxml b/test/w3c/c89/test-enc-CP1252.scxml
deleted file mode 100644
index 79372ba..0000000
--- a/test/w3c/c89/test-enc-CP1252.scxml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="CP1252"?>
-<!-- test that neither if clause executes, so that bat is the only event raised. -->
-<scxml xmlns="http://www.w3.org/2005/07/scxml" xmlns:conf="http://www.w3.org/2005/scxml-conformance" initial="s0" version="1.0" datamodel="c89">
- <datamodel>
- <data id="Var1" expr="&amp;ü&amp;"/>
- <data id="Var2" expr="&amp;ü&amp;"/>
- </datamodel>
- <state id="s0">
- <transition cond="Var1===Var2" target="s1"/>
- <transition target="fail"/>
- </state>
- <state id="s1">
- <transition cond="Var1=='ü'" target="pass"/>
- <transition target="fail"/>
- </state>
- <final id="pass">
- <onentry>
- <log label="Outcome" expr="&amp;pass&amp;"/>
- </onentry>
- </final>
- <final id="fail">
- <onentry>
- <log label="Outcome" expr="&amp;pass&amp;"/>
- </onentry>
- </final>
-</scxml>
diff --git a/test/w3c/c89/test-enc-CP1250.scxml b/test/w3c/c89/test-enc-WINDOWS-1252.scxml
index 3cd1241..450fd4d 100644
--- a/test/w3c/c89/test-enc-CP1250.scxml
+++ b/test/w3c/c89/test-enc-WINDOWS-1252.scxml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="CP1250"?>
+<?xml version="1.0" encoding="WINDOWS-1252"?>
<!-- test that neither if clause executes, so that bat is the only event raised. -->
<scxml xmlns="http://www.w3.org/2005/07/scxml" xmlns:conf="http://www.w3.org/2005/scxml-conformance" initial="s0" version="1.0" datamodel="c89">
<datamodel>