Skip to content

Commit

Permalink
swapping underscores for dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyhaines committed Oct 4, 2009
1 parent af06170 commit f85c995
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions features/multiple_digit_numbers.feature
Expand Up @@ -15,21 +15,21 @@ Feature: Generating LCD representation for multi-digit numbers
When I convert the number "345" to LCD When I convert the number "345" to LCD
Then I should get the following representation Then I should get the following representation
""" """
_ _ - -
| | | | | | | |
_ - _ - - -
| | | | | |
_ _ - -
""" """


Scenario: 67890 Scenario: 67890
When I convert the number "67890" to LCD When I convert the number "67890" to LCD
Then I should get the following representation Then I should get the following representation
""" """
_ - _ - _ - - - - -
| | | | | | | | | | | | | | | |
_ _ _ - - -
| | | | | | | | | | | | | | | |
_ _ - - - - - -
""" """


0 comments on commit f85c995

Please sign in to comment.