Command line test

This test-case is intended for command line.
Jan Odvarko, odvarko@gmail.com

  1. Open Firebug and enable the Console panel.
  2. Put 1+2 expression in the command line.
  3. The Console panel should display:
    >>> 1+2
    3