From 447b60afccc89ef18d8f92a260dd1fcdf735898e Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 31 Aug 2008 08:32:18 -0400 Subject: Laconic -> Ur --- tests/links.ur | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 tests/links.ur (limited to 'tests/links.ur') diff --git a/tests/links.ur b/tests/links.ur new file mode 100644 index 00000000..7a7b1e98 --- /dev/null +++ b/tests/links.ur @@ -0,0 +1,24 @@ +val pC : xhtml = +

Page C

+ + +val pB : xhtml = +

Page B

+ +
  • C
  • + + +val pA : xhtml = +

    Page A

    + +
  • B
  • +
  • C
  • + + +val main : unit -> xhtml = fn () => +

    Main

    + +
  • A
  • +
  • B
  • +
  • C
  • + -- cgit v1.2.3