1
1
mirror of https://github.com/github/semantic.git synced 2024-12-18 04:11:48 +03:00

Handle comments with trailing seps

This commit is contained in:
Timothy Clem 2018-08-21 13:16:49 -07:00
parent 5ac0b5a900
commit 9e0e56479e

View File

@ -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