From 98c7a9c7a897d8a5f7a483aa15bf211c9769dad4 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 14 Oct 2008 16:37:43 -0400 Subject: Syntax highlighting for embedded XML --- tests/crud1.ur | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'tests/crud1.ur') diff --git a/tests/crud1.ur b/tests/crud1.ur index 2ed2b9e7..80b2b103 100644 --- a/tests/crud1.ur +++ b/tests/crud1.ur @@ -2,33 +2,33 @@ table t1 : {Id : int, A : int, B : string, C : float, D : bool} val a = {Nam = "A", Show = txt _, - Widget = fn nm :: Name => , + Widget = fn nm :: Name => , WidgetPopulated = fn (nm :: Name) n => - , + , Parse = readError _, Inject = _} val b = {Nam = "B", Show = txt _, - Widget = fn nm :: Name => , + Widget = fn nm :: Name => , WidgetPopulated = fn (nm :: Name) s => - , + , Parse = readError _, Inject = _} val c = {Nam = "C", Show = txt _, - Widget = fn nm :: Name => , + Widget = fn nm :: Name => , WidgetPopulated = fn (nm :: Name) n => - , + , Parse = readError _, Inject = _} val d = {Nam = "D", Show = txt _, - Widget = fn nm :: Name => , + Widget = fn nm :: Name => , WidgetPopulated = fn (nm :: Name) b => - , + , Parse = fn x => x, Inject = _} -- cgit v1.2.3