Created
August 29, 2012 11:28
-
-
Save aslakhellesoy/3511091 to your computer and use it in GitHub Desktop.
Gherkin table alignment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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