ExGherkin.Scanner.Token (MyExGherkin v0.1.2) View Source
A token combines following three identifiers:
- Label
- Starting Coordinate
- Text
Link to this section Summary
Link to this section Types
Specs
t() :: {:token, label :: atom(), label_text :: String.t(), cord :: Coordinate.t(), text :: String.t()}