Issue #4209

This test-case is intended for Issue #4209 - Object being listed as String.
Jan Odvarko, odvarko@gmail.com

  1. Open Firebug and enable the Console panel.
  2. Type following in to the command line: var a = {obj: {prop: 1}}; a;
  3. Press Enter
  4. The result should be:
    >>> var a = {obj: {prop: 1}}; a;
    Object { obj={...}}