From fb5324f8180b089c75f12d165869909db941878f Mon Sep 17 00:00:00 2001 From: Saulo Araujo Date: Sat, 16 Jul 2016 14:06:00 -0300 Subject: Fix for "normalizeTable" nesting thead and tfoot in tbody --- tests/normalizeTable.ur | 50 ++++++++++++++++++++++++++++++++++++++++++++++++ tests/normalizeTable.urp | 1 + tests/normalizeTable.urs | 1 + 3 files changed, 52 insertions(+) create mode 100644 tests/normalizeTable.ur create mode 100644 tests/normalizeTable.urp create mode 100644 tests/normalizeTable.urs (limited to 'tests') diff --git a/tests/normalizeTable.ur b/tests/normalizeTable.ur new file mode 100644 index 00000000..be16d935 --- /dev/null +++ b/tests/normalizeTable.ur @@ -0,0 +1,50 @@ +fun main () = +visible <- source True; +return + + +
+

Static table

+ + + + + + + + + + + + + +
Column 0Column 1
AB
+
+ +
+

Dynamic table

+ + + + + + + + + + + + + + + else + ) + }/> + +
Column 0Column 1
AB
+
+ +
diff --git a/tests/normalizeTable.urp b/tests/normalizeTable.urp new file mode 100644 index 00000000..e22cda3b --- /dev/null +++ b/tests/normalizeTable.urp @@ -0,0 +1 @@ +normalizeTable diff --git a/tests/normalizeTable.urs b/tests/normalizeTable.urs new file mode 100644 index 00000000..9e80cf40 --- /dev/null +++ b/tests/normalizeTable.urs @@ -0,0 +1 @@ +val main: unit -> transaction page -- cgit v1.2.3