svnno****@sourc*****
svnno****@sourc*****
2011年 3月 16日 (水) 19:08:12 JST
Revision: 743 http://sourceforge.jp/projects/ngms/svn/view?view=rev&revision=743 Author: osiire Date: 2011-03-16 19:08:12 +0900 (Wed, 16 Mar 2011) Log Message: ----------- [nmshell] treat glob-like non-glob strings, such as `[', `{', etc., as ordianl strings. NB: In zsh, tcsh, `echo {a,b}' is expanded to `echo a b' without accessing filesystems, but in ngmssh `{a,b}' is a glob pattern, so it fails with `no matches found' error unless there are files named `a' and `b'. Anyway, {} pattern is still being an undocumented feature for now. Modified Paths: -------------- trunk/core/src/main/scala/info/ngms/nmshell/NMShellEvaluator.scala trunk/core/src/test/scala/info/ngms/nmshell/NMShellEvaluatorTest.scala