• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Feature: Making formats
2
3  Scenario Outline: Making formats
4    Given I set up the environment for texhyphen
5    When I make the format for <format>
6    Then it should make a format file
7
8  Scenarios: List of formats
9    | format  |
10    | platex  |
11    | xelatex |
12    | xetex   |
13