File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8282
8383this.OperatorRules.ElementWisePower = struct();
8484this.OperatorRules.ElementWisePower.ValueFrom = '\.\^';
85- this.OperatorRules.ElementWisePower.ValueTo = ' \.\^ ';
85+ this.OperatorRules.ElementWisePower.ValueTo = '\.\^';
8686
8787this.OperatorRules.Power = struct();
8888this.OperatorRules.Power.ValueFrom = '\^';
89- this.OperatorRules.Power.ValueTo = ' \^ ';
89+ this.OperatorRules.Power.ValueTo = '\^ ';
9090
9191this.OperatorRules.Not = struct();
9292this.OperatorRules.Not.ValueFrom = '~';
Original file line number Diff line number Diff line change 9999 <OperatorPaddingRule>
100100 <Key>ElementWisePower</Key>
101101 <ValueFrom>.^</ValueFrom>
102- <ValueTo> .^ </ValueTo>
102+ <ValueTo>.^ </ValueTo>
103103 </OperatorPaddingRule>
104104 <OperatorPaddingRule>
105105 <Key>Power</Key>
106106 <ValueFrom>^</ValueFrom>
107- <ValueTo> ^ </ValueTo>
107+ <ValueTo>^ </ValueTo>
108108 </OperatorPaddingRule>
109109 <OperatorPaddingRule>
110110 <Key>Not</Key>
You can’t perform that action at this time.
0 commit comments