From 6116a76264c90c2d70daf616253d56ddfd8086b0 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 14 Aug 2011 17:39:18 -0400 Subject: Fix bug with as first child of --- tests/dynTable.ur | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tests/dynTable.ur (limited to 'tests/dynTable.ur') diff --git a/tests/dynTable.ur b/tests/dynTable.ur new file mode 100644 index 00000000..7fe295c6 --- /dev/null +++ b/tests/dynTable.ur @@ -0,0 +1,21 @@ +fun main () : transaction page = + s <- source ; + s1 <- source ; + n <- source 0; + return +
+ + +
Hi
+ +