diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/alert.ur | 3 | ||||
-rw-r--r-- | tests/alert.urp | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/alert.ur b/tests/alert.ur new file mode 100644 index 00000000..7b2eaacf --- /dev/null +++ b/tests/alert.ur @@ -0,0 +1,3 @@ +fun main () : transaction page = return <xml><body> + <a onclick={alert "You clicked it!"}>Click Me!</a> + </body></xml> diff --git a/tests/alert.urp b/tests/alert.urp new file mode 100644 index 00000000..3976e9b0 --- /dev/null +++ b/tests/alert.urp @@ -0,0 +1,3 @@ +debug + +alert |