mirror of
https://github.com/rm-dr/daisy
synced 2025-07-05 01:59:30 -07:00
Fixed variable name check
This commit is contained in:
@ -40,7 +40,8 @@ impl Context {
|
||||
|
||||
if {
|
||||
Function::from_string(s).is_some() ||
|
||||
Constant::from_string(s).is_some()
|
||||
Constant::from_string(s).is_some() ||
|
||||
freeunit_from_string(s).is_some()
|
||||
} { return false }
|
||||
|
||||
for c in s.to_lowercase().chars() {
|
||||
|
Reference in New Issue
Block a user