Files
neovim/test/functional/legacy
James McCoy 901c8fbcdb regexp_nfa: Fix invalid fallthrough in character class detection
When the end character in a range matches a different standard range
(e.g., [0-z]), the range would be incorrectly detected as the class of
the end character (CLASS_az).

Instead of using a fallthrough, immediately FAIL when the end character
doesn't match the expected range.
2017-05-12 17:07:25 -04:00
..
2017-04-09 03:31:13 +03:00
2016-06-10 21:50:49 +03:00
2017-04-09 03:24:20 +03:00
2016-07-06 09:13:48 -04:00
2016-09-22 01:46:30 +07:00