mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Reorg test fixtures
This commit is contained in:
14
test/fixtures/scilab/scilab_function.sci
vendored
Normal file
14
test/fixtures/scilab/scilab_function.sci
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
// A comment with whites and tabulations
|
||||
// Email: <scilab.support@scilab.org>
|
||||
// Scilab editor: http://www.scilab.org/
|
||||
function [a, b] = myfunction(d, e, f)
|
||||
a = 2.71828 + %pi + f($, :);
|
||||
b = cos(a) + cosh(a);
|
||||
if d == e then
|
||||
b = 10 - e.field;
|
||||
else
|
||||
b = " test " + home
|
||||
return
|
||||
end
|
||||
myvar = 1.23e-45;
|
||||
endfunction
|
||||
Reference in New Issue
Block a user