Files
neovim/test/functional
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-05-08 21:21:03 +03:00
2017-04-09 03:31:13 +03:00
2017-05-10 17:36:31 +02:00
2017-05-01 22:13:23 +02:00
2017-05-08 21:21:03 +03:00
2017-03-29 10:08:45 +03:00
2017-05-09 14:41:23 +03:00
2016-06-10 21:50:49 +03:00