Update HACKING with find_shebang() and ditor_set_indentation_guides()
[geany-mirror.git] / tests / ctags / matlab_test.m
blob2d0860de3715806bc8f9bb3a44d5bbcc2354f174
1 function [x,y,z] = func1 \r
2 function x = func2 \r
3 function func3 \r
4 function y = func4(a, b, c)\r
5 function func5   % this comment should be ignored --> X = FAIL5\r
6 functionality = FAIL6; % this is not a function and should not be parsed\r
7 \r