Fixing some tests from internal test suite.
This commit is contained in:
@@ -12,6 +12,9 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
assert (glob === 34);
|
||||
assert (glob === undefined);
|
||||
|
||||
var glob = 34
|
||||
|
||||
assert (glob === 34);
|
||||
|
||||
|
||||
@@ -14,4 +14,4 @@
|
||||
|
||||
var o = {};
|
||||
|
||||
asssert(typeof (o.empty) === "undefined");
|
||||
assert(typeof (o.empty) === "undefined");
|
||||
|
||||
Reference in New Issue
Block a user