mirror of
https://github.com/github/semantic.git
synced 2024-12-18 12:21:57 +03:00
Handle comments with trailing seps
This commit is contained in:
parent
5ac0b5a900
commit
9e0e56479e
@ -307,4 +307,4 @@ instance Evaluatable Context where
|
|||||||
eval Context{..} = subtermRef contextSubject
|
eval Context{..} = subtermRef contextSubject
|
||||||
|
|
||||||
instance Tokenize Context where
|
instance Tokenize Context where
|
||||||
tokenize Context{..} = sequenceA_ contextTerms *> contextSubject
|
tokenize Context{..} = sequenceA_ (sepTrailing contextTerms) *> contextSubject
|
||||||
|
Loading…
Reference in New Issue
Block a user