From d71a90ca23170fd7fef9ad0f9ccf6afc01d3f372 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 11 Jan 2009 10:41:38 -0500 Subject: Do proper insertion of dynamic content within nested DOM containers --- tests/ooo.ur | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/ooo.ur (limited to 'tests/ooo.ur') diff --git a/tests/ooo.ur b/tests/ooo.ur new file mode 100644 index 00000000..5401fa70 --- /dev/null +++ b/tests/ooo.ur @@ -0,0 +1,8 @@ +fun main () : transaction page = + s <- source "Hi"; + return +
+ + Change it up! + +
-- cgit v1.2.3