Skip to content

Instantly share code, notes, and snippets.

@aslakhellesoy
Created August 29, 2012 11:28
Show Gist options
  • Save aslakhellesoy/3511091 to your computer and use it in GitHub Desktop.
Save aslakhellesoy/3511091 to your computer and use it in GitHub Desktop.
Gherkin table alignment
Feature: table cell alignment
Scenario: Text to the left, numbers to the right
See http://en.wikipedia.org/wiki/List_of_countries_by_population
Given a table with text and numbers:
| Country | Population |
| China | 1,347,350,000 |
| United States | 314,256,000 |
| Philippines | 92,337,852 |
| Norway | 5,031,300 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment