svnno****@sourc*****
svnno****@sourc*****
2009年 9月 8日 (火) 22:43:09 JST
Revision: 1232 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1232 Author: dhrname Date: 2009-09-08 22:43:09 +0900 (Tue, 08 Sep 2009) Log Message: ----------- Modified Paths: -------------- branches/05x/051/sie.js Modified: branches/05x/051/sie.js =================================================================== --- branches/05x/051/sie.js 2009-09-08 13:22:33 UTC (rev 1231) +++ branches/05x/051/sie.js 2009-09-08 13:43:09 UTC (rev 1232) @@ -1902,6 +1902,7 @@ if ("+-".indexOf(stri) !== -1 || /[0-9]/.test(stri)) { mode = 1; } else { + pool += stri; mode = 12; } break; @@ -1929,8 +1930,6 @@ midValue = pool; pool = ""; mode = 2; - } else if (i === sti-2) { //終わりの2文字前ならば - mode = 2; } pool += stri; break;