mirror of
https://github.com/josdejong/mathjs.git
synced 2025-12-08 19:46:04 +00:00
* Fix #2532: matrix index symbol `end` not working when used inside a sub-expression * Refactor IndexNode.prototype._compile: remove redundant logic * Throw a runtime exception when the context of an IndexNode is not a Matrix, Array, or string * Describe the behavior of variable `end` nested indices * Oopsie, fix linting issues * Add a unit test to validate that `end` resolves to the inner context in case of nested indices