From 40cfc262411e37ef754664b1abb9233b772093c2 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 6 May 2012 16:08:48 -0400 Subject: Run-time CSS style validation --- tests/styleRt.ur | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 tests/styleRt.ur (limited to 'tests/styleRt.ur') diff --git a/tests/styleRt.ur b/tests/styleRt.ur new file mode 100644 index 00000000..583649a1 --- /dev/null +++ b/tests/styleRt.ur @@ -0,0 +1,38 @@ +fun handler r = + return + + Teeeest + + + +fun main () = + prop <- source ""; + valu <- source ""; + url <- source ""; + xm <- source ; + return + Property:
+ Value:
+ URL:
+