testsrc.org.mozilla.javascript.tests.Bug466207Test Maven / Gradle / Ivy
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.tests;
import junit.framework.TestCase;
import org.mozilla.javascript.Context;
import org.mozilla.javascript.ScriptableObject;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.ListIterator;
/**
* See https://bugzilla.mozilla.org/show_bug.cgi?id=466207
* @author Hannes Wallnoefer
*/
public class Bug466207Test extends TestCase {
List © 2015 - 2025 Weber Informatics LLC | Privacy Policy