v0.1.3 release, adding changelog
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
93add357e6
commit
6141658be2
5 changed files with 33 additions and 5 deletions
|
@ -199,7 +199,7 @@ function simplifyExpression(str) {
|
|||
}
|
||||
],
|
||||
[// Starting & ending parenthesis if not needed.
|
||||
/^\((.*)\)$/g,
|
||||
/^\s*\((.*)\)\s*$/g,
|
||||
function(match, middle) {
|
||||
var str = middle
|
||||
// Replace all groups
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue