mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[solver] ListController: fix textRepresentsAnEquality
This commit is contained in:
committed by
LeaNumworks
parent
cedcdc2f5f
commit
7306e3abcf
@@ -124,7 +124,7 @@ bool textRepresentsAnEquality(const char * text) {
|
||||
bool layoutRepresentsAnEquality(Poincare::Layout l) {
|
||||
Poincare::Layout match = l.recursivelyMatches(
|
||||
[](Poincare::Layout layout) {
|
||||
return layout.isChar() && static_cast<Poincare::CharLayout &>(layout).character() == '"'; });
|
||||
return layout.isChar() && static_cast<Poincare::CharLayout &>(layout).character() == '='; });
|
||||
return !match.isUninitialized();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user