blob: 4a56340d3674f1ea48ca3830ff8c102e9066e87a [file] [log] [blame]
// |reftest| skip-if(!xulRuntime.shell)
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/licenses/publicdomain/
* Contributor: Dave Herman <dherman@mozilla.com>
*/
// Bug 696109 - fixed a precedence bug in with/while nodes
Reflect.parse("with({foo})bar");
Reflect.parse("while({foo})bar");
reportCompare(true, true);