Mercurial > hg > octave-lyh
comparison src/strfns.cc @ 10160:cd96d29c5efa
remove Emacs local-variable settings from source files in src directory
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 20 Jan 2010 20:39:26 -0500 |
parents | 06e11df4592d |
children | c4c2bda71f82 |
comparison
equal
deleted
inserted
replaced
10159:9f0e7bfe63e5 | 10160:cd96d29c5efa |
---|---|
912 %!test | 912 %!test |
913 %! input = ["abc"; "def"; "ghijkl"; "mnop"; "qrs"; "tuv"]; | 913 %! input = ["abc"; "def"; "ghijkl"; "mnop"; "qrs"; "tuv"]; |
914 %! result = "abc mnop \ndef qrs \nghijkl tuv \n"; | 914 %! result = "abc mnop \ndef qrs \nghijkl tuv \n"; |
915 %! assert (list_in_columns (input, 20) == result); | 915 %! assert (list_in_columns (input, 20) == result); |
916 */ | 916 */ |
917 | |
918 /* | |
919 ;;; Local Variables: *** | |
920 ;;; mode: C++ *** | |
921 ;;; End: *** | |
922 */ |