-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
持続状態draft込みの環境であったとはいえ、実際に起こったので記載。
この行の正規表現が間違っていて、
if($op =~ /^[+\-\*\/=]$/ && $num =~ /^[+\-\*\/0-9\.d()]+$/i)をif($op =~ /^[+\-\*\/=]$/ && $num =~ /^[+\-\*\/0-9\.d()!]+$/i)にすれば解決する。
Line 890 in 0146731
| if($op =~ /^[+\-\*\/=]$/ && $num =~ /^[+\-\*\/0-9\.d()]+$/i){ |
Metadata
Metadata
Assignees
Labels
No labels