Files
Tuncer Ayaz 65905122b8 Improve and extend test data (#99)
* Add uncounted comments in Ur/Web files

* Add Cogent test file

* Add F* test file
2017-01-29 22:31:54 +00:00

15 lines
235 B
Plaintext

(* 14 lines 8 code 4 comments 2 blanks *)
fun main () = return <xml>
<head>
<title>Hello world!</title>
</head>
(* multi
line
comment *)
<body> (* uncounted comment *)
<h1>Hello world!</h1>
</body>
</xml>