summaryrefslogtreecommitdiff
path: root/tests/crud1.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/crud1.ur')
-rw-r--r--tests/crud1.ur8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/crud1.ur b/tests/crud1.ur
index 2253d459..f9d67ed8 100644
--- a/tests/crud1.ur
+++ b/tests/crud1.ur
@@ -6,9 +6,9 @@ open Crud.Make(struct
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)