-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
タグ入力の内、タグ分解部分だけじゃなくて標準入力界面にもサイズチェックを入れた
これを入れないと、例えば改行でない同じ文字が無限に入力された時、レコードを分解できずサイズチェックが働かない。 サイズチェックをタグ分解部分とわざわざ分けているのは空白からのみなる行を無視する動作があるため。
- Loading branch information
Showing
4 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ $set 2 | |
8 ファイル指定がない | ||
9 ファイル指定が多い | ||
10 保存出来るタグの長さが上限を超えた(%uMiBまで) | ||
11 編集入力が長過ぎる。変なコマンドを挟んでいませんか? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ $set 2 | |
8 �ե�������꤬�ʤ� | ||
9 �ե�������꤬¿�� | ||
10 ��¸����륿����Ĺ������¤�Ķ����(%uMiB�ޤ�) | ||
11 �Խ����Ϥ�Ĺ��롣�Ѥʥ��ޥ�ɤ�Ǥ��ޤ���? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters