view test/bug-60882/bug_60882.m @ 31216:f111d1caa73d stable

canonicalize_file_name: Trim trailing file separators from root of mapped network drive (bug #62847). * liboctave/system/file-ops.cc (canonicalize_file_name): Trim trailing file separators from root of mapped network drive before potentially replacing it in the canonicalized path.
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 30 Aug 2022 18:26:30 +0200
parents 0b01806bb663
children
line wrap: on
line source

function retval = bug_60882 ()

  job.foobar = {};

  foobar off

  retval = 42;

endfunction

function foobar (opt)
  assert (opt, 'off');
endfunction