summaryrefslogtreecommitdiff
path: root/tests/xcomments.ur
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2010-08-10 14:52:33 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2010-08-10 14:52:33 -0400
commit576949f00da484e776a75be16a45f5f39038ed21 (patch)
tree47b4a09d2970f105ce284d3bc687356fbb48b63b /tests/xcomments.ur
parent3c78a631ea14620424da465279ce3f1d39521f5d (diff)
HTML comments
Diffstat (limited to 'tests/xcomments.ur')
-rw-r--r--tests/xcomments.ur4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/xcomments.ur b/tests/xcomments.ur
index 61a0b34b..83608ff9 100644
--- a/tests/xcomments.ur
+++ b/tests/xcomments.ur
@@ -4,5 +4,7 @@ fun foo () = <xml>Hi!</xml>
fun main () = return <xml><body>
A (* B *) C (* D (* E *) F *) D<br/>
- <b>A</b> <i>(* B *) C <b>D (* E *) F {foo ()}</b></i>
+ <b>A</b> <i>(* B *) C <b>D (* E <!-- 7 --> *) F {foo ()}</b></i>
+ A <!-- B --> C <!-- D (* E *) F --> D<br/>
+ <b>A</b> <i><!-- B --> C <b>D <!-- E --> F {foo ()}</b></i>
</body></xml>