Module: wine Branch: master Commit: b5691b5e6335f3733a79e796001c791b0f9f2383 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b5691b5e6335f3733a79e79600...
Author: Jacek Caban jacek@codeweavers.com Date: Thu Oct 18 11:49:53 2012 +0200
mshtml: Added HTML comments in VBScript code tests.
---
dlls/mshtml/tests/vbtest.html | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/dlls/mshtml/tests/vbtest.html b/dlls/mshtml/tests/vbtest.html index 44212e7..c965f42 100644 --- a/dlls/mshtml/tests/vbtest.html +++ b/dlls/mshtml/tests/vbtest.html @@ -1,6 +1,7 @@ <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