From 3c78a631ea14620424da465279ce3f1d39521f5d Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 10 Aug 2010 14:44:26 -0400 Subject: ML-style comments inside XML --- tests/xcomments.ur | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/xcomments.ur (limited to 'tests/xcomments.ur') diff --git a/tests/xcomments.ur b/tests/xcomments.ur new file mode 100644 index 00000000..61a0b34b --- /dev/null +++ b/tests/xcomments.ur @@ -0,0 +1,8 @@ +fun foo () = Hi! + +(* fun bar () = return (* No *)Yes! *) + +fun main () = return + A (* B *) C (* D (* E *) F *) D
+ A (* B *) C D (* E *) F {foo ()} +
-- cgit v1.2.3