Added unitary test for name2tex routine.

time-shift
Stéphane Adjemian (Scylla) 2013-11-22 16:09:14 +01:00
parent d02171080c
commit 817060c954
2 changed files with 60 additions and 1 deletions

View File

@ -178,4 +178,16 @@ end
%$ end
%$
%$ T = all(t);
%@eof:3
%@eof:3
%@test:4
%$ pwd
%$ try
%$ db = dseries('csv/dd.csv');
%$ t(1) = 1;
%$ catch
%$ t(1) = 0;
%$ end
%$
%$ T = all(t);
%@eof:4

47
tests/csv/dd.csv Normal file

File diff suppressed because one or more lines are too long