Mercurial > urweb
diff tests/crud1.ur @ 336:34847732cefc
Crud gets column headings
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 13 Sep 2008 20:04:28 -0400 |
parents | e457d8972ff1 |
children | 075b36dbb1a4 |
line wrap: on
line diff
--- a/tests/crud1.ur Sat Sep 13 19:53:07 2008 -0400 +++ b/tests/crud1.ur Sat Sep 13 20:04:28 2008 -0400 @@ -6,9 +6,9 @@ val title = "Crud1" val cols = { - A = {Show = txt _}, - B = {Show = txt _}, - C = {Show = txt _}, - D = {Show = txt _} + A = {Nam = "A", Show = txt _}, + B = {Nam = "B", Show = txt _}, + C = {Nam = "C", Show = txt _}, + D = {Nam = "D", Show = txt _} } end)