17 Commits (9742e582754d2457df471d96c12e41a5e4b910bc)

Author SHA1 Message Date
Jonas Jenwald 40feca12c1 Ignore line-breaks between operator and digit in `Lexer.getNumber` 8 years ago
Tim van der Meij 35730148a7
Convert the files in the `/test/unit` folder to ES6 modules 8 years ago
porlan1 d9e1cb7955 unit test files as UMD modules 8 years ago
Jonas Jenwald c850968fa7 Remove `globals` that are now unnecessary thanks to the use of various ESLint environments (e.g. Node, ShellJS, Jasmine) 8 years ago
Jonas Jenwald 995e1a45b8 Ensure that `Lexer_getName` does not fail if a `Name` contains in invalid usage of the NUMBER SIGN (#) (issue 6692) 10 years ago
Manas a2ba1b8189 Uses editorconfig to maintain consistent coding styles 10 years ago
Jonas Jenwald 0edb520a10 Add unit-tests for Linearization dictionary parsing (PR 5023 follow-up) 10 years ago
Jonas Jenwald c718d1ab10 Ignore double negative in `Lexer_getNumber` (issue 6218) 10 years ago
Collin Anderson 54e984c763 cleaned whitespace 10 years ago
Yury Delendik 20a91bcdbf Fixes ignoring of the escaped CR LF 11 years ago
Jonas Jenwald 7d4acc13fb Fix coding style in test/unit/parser_spec.js 11 years ago
Ophir LOJKINE 4a66eccedc Rewrite Lexer_getNumber. 11 years ago
Yury Delendik 19e8f2f059 lookChar refactoring 12 years ago
Yury Delendik 95e5429707 Fixes getString 12 years ago
Yury Delendik 81f8f92696 Adds web/* and test/* for jshint target 12 years ago
mduan eb8f4e8343 Handle some illegal characters in hex string 12 years ago
Yury Delendik 4c0f9eb924 Fixes getNumber at the end of stream 13 years ago