// ============================================================================
// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
// Copyright (C) 2016 - DIGITEO - Cedric Delamarre
+// Copyright (C) 2016 - Scilab Enterprises - Pierre-Aime Agnel
//
// This file is distributed under the same license as the Scilab package.
// ============================================================================
// <-- CLI SHELL MODE -->
+// <-- NO CHECK REF -->
// line break
-3];
assert_checkequal(a, expected);
-// bug_14361
-
+// http://bugzilla.scilab.org/14361 :
+// --------------------------------
a=[1; .../* a comment */
-2];
assert_checkequal(a, colvect);
"multiline comment */ 2 3]"]; // this currently generates an error
assert_checktrue(execstr(str_cmd, "errcatch") <> 0);
+// --------------------------------------------
+
// bug_14374 comments in SHELLMODE
// Testing if shellmode execution with command
// convstr a u // a comment