You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Made strict_syntax false by default
* Added test for strict_syntax rejecting implicit multiplication and updated default to False
* Fixed broken test
Copy file name to clipboardExpand all lines: app/docs/user.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -240,7 +240,7 @@ If `strict_syntax` is set to true then the answer and response must have `*` or
240
240
241
241
If `strict_syntax` is set to false, then `*` can be omitted and `^` used instead of `**`. In this case it is also recommended to list any multicharacter symbols expected to appear in the response as input symbols.
0 commit comments