lib/cucumber/languages.yml in aslakhellesoy-cucumber-0.1.100.3 vs lib/cucumber/languages.yml in aslakhellesoy-cucumber-0.1.100.4

- old
+ new

@@ -18,10 +18,11 @@ given: Given when: When then: Then and: And but: But + # Please help us keeping the languages below uptodate. The parsers for a language # that is missing a keyword will expect the English word until the missing word(s) # are added. # # Please keep the grammars in alphabetical order by name from here and down. @@ -92,20 +93,34 @@ given: Gegeben sei when: Wenn then: Dann and: Und but: Aber +"en-au": + name: Australian + native: Australian + encoding: UTF-8 + feature: Crikey + background: Background + scenario: Mate + scenario_outline: Blokes + examples: Cobber + given: Ya know how + when: When + then: Ya gotta + and: N + but: Cept "en-lol": name: LOLCAT native: LOLCAT encoding: UTF-8 feature: OH HAI background: B4 scenario: MISHUN scenario_outline: MISHUN SRSLY examples: EXAMPLZ - given: GIVN + given: I CAN HAZ when: WEN then: DEN and: AN but: BUT "en-tx": @@ -113,10 +128,10 @@ native: Texan encoding: UTF-8 feature: Feature background: Background scenario: Scenario - scenario_outline: Scenario Outline + scenario_outline: All y'all examples: Examples given: Given y'all when: When y'all then: Then y'all and: And y'all