Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure 'x' move are only merged if last move doesn't contain '[' or ']'
Modified the move processing logic to ensure that a move is only appended to the last element in the mergedMoves list if the last element does not contain the characters '[' or ']'.
- Loading branch information