From d7306dbac8ca9eecbba9d65379d225b5433b19fc Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 9 Apr 2009 16:36:50 -0400 Subject: URLs --- tests/url.ur | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/url.ur (limited to 'tests/url.ur') diff --git a/tests/url.ur b/tests/url.ur new file mode 100644 index 00000000..c45681e0 --- /dev/null +++ b/tests/url.ur @@ -0,0 +1,13 @@ +val url = "http://www.yahoo.com/" + +fun readersChoice r = return + Your pick, boss + + +fun main () : transaction page = return + Google! + Yahoo!
+
+ +
+
-- cgit v1.2.3