私は長い間問題に苦しんでおり、カテゴリ分割の問題を解決する正しい方法を見つけることができません。誰かがどうやって進めるかを説明してくれたら、とても嬉しくて感謝しています。わかりました...ここにサンプルがあります:
Parameters!
Pattern!
Size:!
empty [property Empty]!
single character [property NonEmpty]
many character [property NonEmpty]
too long [property NonEmpty]
Quoting:
quoted [property quoted]
not quoted [if NonEmpty]
improperly quoted [if NonEmpty]
Embedded blanks:
no blanks [if NonEmpty]
one blank [if NonEmpty and Quoted]
several blanks [if NonEmpty and Quoted]
Embedded quotes:
no quotes [if NonEmpty]
one quote [if NonEmpty and Quoted]
several quotes [if NonEmpty and Quoted]
File name:
good
no file
omitted
Environment
Number of occurrences:
none [if NonEmpty]
exactly one [if NonEmpty][property Match]
more than one [if NonEmpty][property Match]
Pattern occurrences on target line!
one [if Match]!
more than one [if Match]
答えは 678 のはずなのですが、どうしても出てきません...