summaryrefslogtreecommitdiff
path: root/ftt-docgen
AgeCommit message (Collapse)AuthorFilesLines
2019-07-13Fix: formatting of steps with more than one matchLars Wirzenius1-2/+2
2019-07-03Change: scenario step formatting (keyword, regexp match)Lars Wirzenius1-2/+2
Previously step keyword was bold, now it is italic. Previously regexp match was italic, now it is bold.
2019-06-23Add: ftt-docgen options --pdf and --html to format docLars Wirzenius1-7/+41
2019-06-23Change: command line syntax of ftt-docgenLars Wirzenius1-2/+12
2019-06-23Fix: matching steps to bindingsLars Wirzenius1-1/+6
The keyword-less step had a leading whitespace, which meant no binding matched. We drop leading whitepspace now.
2019-06-22Change: disable debug outputLars Wirzenius1-1/+1
2019-06-22Change: codegen to support multiline matches & embedded fenced blockLars Wirzenius1-15/+78
2019-06-15Fix: formatting detailsLars Wirzenius1-13/+5
2019-06-14Fix: formatting of steps without a matching bindingLars Wirzenius1-2/+5
2019-06-01Change: handle keywords as if they're always in lower caseLars Wirzenius1-1/+1
2019-06-01Change: handle steps starting with AND correctlyLars Wirzenius1-4/+30
Also change bindings file so that the keyword (GIVEN, WHEN, THEN, etc) is a dict key, not part of the pattern.
2019-06-01Fix: shebang for ftt-docgenLars Wirzenius1-1/+1
2019-05-26Add: newline after YAML blockLars Wirzenius1-3/+5
2019-05-25Add: support for more Markdown features, Pandoc YAML metadataLars Wirzenius1-4/+41
2019-05-25Fix: name to be ftt-*, not fft-*Lars Wirzenius1-0/+124