diff options
Diffstat (limited to 'tests/rec.ur')
-rw-r--r-- | tests/rec.ur | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/rec.ur b/tests/rec.ur new file mode 100644 index 00000000..6131337e --- /dev/null +++ b/tests/rec.ur @@ -0,0 +1,3 @@ +val rec main = fn () => <html><body> + <a link={main ()}>Ride again!</a> +</body></html> |