Fix #13274: Wrap sourceMap directive in multiline comments. Close gh-1143.

This commit is contained in:
Richard Gibson
2013-01-23 17:42:28 -05:00
parent 079ee502d6
commit ac93559eb9
3 changed files with 42 additions and 2 deletions

View File

@@ -17,6 +17,13 @@ test("Basic requirements", function() {
ok( $, "$" );
});
testIframeWithCallback( "Conditional compilation compatibility (#13274)", "core/cc_on.html", function( cc_on, errors, $ ) {
expect( 3 );
ok( true, "JScript conditional compilation " + ( cc_on ? "supported" : "not supported" ) );
deepEqual( errors, [], "No errors" );
ok( $(), "jQuery executes" );
});
test("jQuery()", function() {
var elem, i,