Issue #1422

This test-case is intended for Issue #1422 - Source of UNIX style files (linefeed only) is not displayed in the script tab.
Jan Odvarko, odvarko@gmail.com

  1. Open Firebug's Script panel
  2. Select Issue1422.js file from the selector list.
  3. You should see following:
function test()
{
    return "Hello World!";
}