1// =============================================================================
2// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3// Copyright (C) 2010 - Calixte DENIZET
4//
5//  This file is distributed under the same license as the Scilab package.
6// =============================================================================
7//
8// <-- Non-regression test for bug 5697 -->
9// <-- INTERACTIVE TEST -->
10//
11// <-- Bugzilla URL -->
12// http://bugzilla.scilab.org/show_bug.cgi?id=5697
13//
14// <-- Short Description -->
15// In Help Browser, external hyperlinks were opened in it rather
16// than in Web Browser.
17
18help fftw;
19
20// Click on the link http://www.fftw.org, that should open it in the default
21// Web Browser.
22// Click on the link for 'fft function in scilab', that should open it in the
23// Help Browser.
24