comparison scripts/miscellaneous/movefile.m @ 23084:ef4d915df748

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Mon, 23 Jan 2017 14:27:48 -0500
parents 3a2b891d0b33 e9a0469dedd9
children 092078913d54
comparison
equal deleted inserted replaced
23081:7485462a6924 23084:ef4d915df748
164 %!error movefile () 164 %!error movefile ()
165 %!error movefile (1,2,3,4) 165 %!error movefile (1,2,3,4)
166 %!error <F1 must be a string> movefile (1, "foobar") 166 %!error <F1 must be a string> movefile (1, "foobar")
167 %!error <F2 must be a string> movefile ("foobar", 1) 167 %!error <F2 must be a string> movefile ("foobar", 1)
168 %!error <F2 must be a directory> movefile ({"a", "b"}, "%_NOT_A_DIR_%") 168 %!error <F2 must be a directory> movefile ({"a", "b"}, "%_NOT_A_DIR_%")
169