diff options
Diffstat (limited to 'test/samples/uscxml/arabica/test-arabica-events.xml')
-rw-r--r-- | test/samples/uscxml/arabica/test-arabica-events.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/samples/uscxml/arabica/test-arabica-events.xml b/test/samples/uscxml/arabica/test-arabica-events.xml new file mode 100644 index 0000000..8998fd9 --- /dev/null +++ b/test/samples/uscxml/arabica/test-arabica-events.xml @@ -0,0 +1,10 @@ +<root> + <head> + <title></title> + </head> + <body> + <h1>This is Foo!</h1> + <p>This not supposed to be valid HTML</p> + <div id="container" /> + </body> +</root>
\ No newline at end of file |