diff options
author | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-04-30 17:48:25 (GMT) |
---|---|---|
committer | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-04-30 17:48:25 (GMT) |
commit | aa635ecc06213bfb7f4f6c62cbb8e99832d99d48 (patch) | |
tree | 11e7a8c6a18ba979c00fa6a466a7296001b1dfb1 /test/samples | |
parent | 3d3f434c5be68a7e2b86ecccbaba40887852db99 (diff) | |
download | uscxml-aa635ecc06213bfb7f4f6c62cbb8e99832d99d48.zip uscxml-aa635ecc06213bfb7f4f6c62cbb8e99832d99d48.tar.gz uscxml-aa635ecc06213bfb7f4f6c62cbb8e99832d99d48.tar.bz2 |
Started to offer state predicates for php
Diffstat (limited to 'test/samples')
-rw-r--r-- | test/samples/uscxml/test-prolog2.scxml | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/test/samples/uscxml/test-prolog2.scxml b/test/samples/uscxml/test-prolog2.scxml index f697b89..50dd1b3 100644 --- a/test/samples/uscxml/test-prolog2.scxml +++ b/test/samples/uscxml/test-prolog2.scxml @@ -1,12 +1,14 @@ <scxml datamodel="prolog"> - <data id="father/2"> - bob, jim. - bob, john. - </data> - <data> - mother(martha, jim). - mother(martha, john). - </data> + <datamodel> + <data id="father/2"> + bob, jim. + bob, john. + </data> + <data> + mother(martha, jim). + mother(martha, john). + </data> + </datamodel> <state id="s1"> <onentry> <foreach array="father(bob, X)" |