Command line test
This test-case is intended for
command line
.
Jan Odvarko, odvarko@gmail.com
Open Firebug and enable the Console panel.
Put
1+2
expression in the command line.
The Console panel should display:
>>> 1+2
3