* Feed a new input string to the same MacroExpander * (with existing macros etc.).
(input)
| 13835 | |
| 13836 | |
| 13837 | feed(input) { |
| 13838 | this.lexer = new Lexer(input, this.settings); |
| 13839 | } |
| 13840 | /** |
| 13841 | * Switches between "text" and "math" modes. |
| 13842 | */ |
no outgoing calls
no test coverage detected