Commit b5691b5e authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Added HTML comments in VBScript code tests.

parent 214fab85
<html>
<head>
<script type="text/vbscript">
<!--
Dim counter
counter = 1
......@@ -8,6 +9,7 @@ counter = 1
Sub ok(b,m)
Call external.ok(b,m)
End Sub
-->
</script>
<script>
' Verifies that we're in VBScript although there is no type specified
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment