From ee4fe2b19b4aec0da3d464c2978e36d00beb5d8d Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 16 Apr 2013 11:25:56 -0400 Subject: Get -css flag working again --- tests/funnyStyles.ur | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/funnyStyles.ur (limited to 'tests/funnyStyles.ur') diff --git a/tests/funnyStyles.ur b/tests/funnyStyles.ur new file mode 100644 index 00000000..7945a323 --- /dev/null +++ b/tests/funnyStyles.ur @@ -0,0 +1,8 @@ +style booboo +style hoohoo + +fun main () : transaction page = return +

booboo

+

hoohoo

+

null

+
-- cgit v1.2.3