()
| 22838 | var currentChar; |
| 22839 | |
| 22840 | var tokenBegin = function () { |
| 22841 | state.currentState = PRE_TOKEN; |
| 22842 | state.token = ''; |
| 22843 | }; |
| 22844 | |
| 22845 | var tokenEnd = function () { |
| 22846 | currentRecord.push(state.token); |
no outgoing calls
no test coverage detected