Skip to content

Commit

Permalink
fix(tests): fix docstrings for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ocehugo committed Jun 10, 2021
1 parent ee2890d commit fbb58e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Util/Path/FolderAbove.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
% above - a string with the folder above `level`.
%
% Example:
% path = '/dev/shm/';
% path = [toolboxRootPath() filesep 'Util'];
% level = 1;
% [above] = FolderAbove(path,level);
% assert(strcmp(above,'/dev/'));
% assert(contains(toolboxRootPath(),above));
%
% path = '/';
% levle = 10;
Expand Down
2 changes: 1 addition & 1 deletion Util/Path/rdir.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
%
% %simple test with nest folders
% [allfiles,allfolders] = rdir([toolboxRootPath 'Java']);
% assert(sum(contains(allfolders,'Java/bin'))==4)
% assert(sum(contains(allfolders,['Java' filesep 'src' filesep 'org']))==3)
% assert(sum(contains(allfiles,'ddb.jar'))==1)
%
% author: hugo.oliveira@utas.edu.au
Expand Down

0 comments on commit fbb58e6

Please sign in to comment.