Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Jan 14, 2013
1 parent 3de766b commit ce11f2c
Show file tree
Hide file tree
Showing 5 changed files with 3,435 additions and 67 deletions.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## In Git

* [Core] Slovak ([](https://github.com/cucumber/gherkin/pull/208))
* [Core] Tatar ([](https://github.com/cucumber/gherkin/pull/213))
* [Core] Telugu ([](https://github.com/cucumber/gherkin/pull/218))
* [Core] Hindi ([](https://github.com/cucumber/gherkin/pull/222))
* [Java] Fix JSON formatter ([#216](https://github.com/cucumber/gherkin/pull/216), [#195](https://github.com/cucumber/gherkin/pull/195) Joseph Hughes, Rex Hoffman)
* [Ruby,Java] Gherkin does not seem to parse BOM when feature contains language specification. ([#211](https://github.com/cucumber/gherkin/issues/211), [#212](https://github.com/cucumber/gherkin/pull/212) Rob Westgeest)

Expand Down
132 changes: 66 additions & 66 deletions features/.cucumber/stepdefs.json
Original file line number Diff line number Diff line change
@@ -1,243 +1,243 @@
[
{
"source": "^they have arrived$",
"flags": "",
"file_colon_line": "features/step_definitions/eyeball_steps.rb:1",
"flags": "",
"source": "^they have arrived$",
"steps": [
{
"name": "they have arrived",
"args": [

]
],
"name": "they have arrived"
}
]
},
{
"source": "^a \"(ruby|native)\" \"([^\\\"]*)\" parser$",
"flags": "",
"file_colon_line": "features/step_definitions/gherkin_steps.rb:1",
"flags": "",
"source": "^a \"(ruby|native)\" \"([^\\\"]*)\" parser$",
"steps": [

]
},
{
"source": "^the\\ following\\ text\\ is\\ parsed:$",
"flags": "",
"file_colon_line": "features/step_definitions/gherkin_steps.rb:5",
"flags": "",
"source": "^the\\ following\\ text\\ is\\ parsed:$",
"steps": [
{
"name": "the following text is parsed:",
"args": [

]
],
"name": "the following text is parsed:"
}
]
},
{
"source": "^there\\ should\\ be\\ no\\ parse\\ errors$",
"flags": "",
"file_colon_line": "features/step_definitions/gherkin_steps.rb:9",
"flags": "",
"source": "^there\\ should\\ be\\ no\\ parse\\ errors$",
"steps": [
{
"name": "there should be no parse errors",
"args": [

]
],
"name": "there should be no parse errors"
}
]
},
{
"source": "^there should be a parse error on (line \\d+)$",
"flags": "",
"file_colon_line": "features/step_definitions/gherkin_steps.rb:13",
"flags": "",
"source": "^there should be a parse error on (line \\d+)$",
"steps": [
{
"name": "there should be a parse error on line 1",
"args": [
{
"offset": 33,
"val": "line 1"
}
]
],
"name": "there should be a parse error on line 1"
}
]
},
{
"source": "^there should be parse errors on (lines .*)$",
"flags": "",
"file_colon_line": "features/step_definitions/gherkin_steps.rb:17",
"flags": "",
"source": "^there should be parse errors on (lines .*)$",
"steps": [
{
"name": "there should be parse errors on lines 1 and 2",
"args": [
{
"offset": 32,
"val": "lines 1 and 2"
}
]
],
"name": "there should be parse errors on lines 1 and 2"
},
{
"name": "there should be parse errors on lines 1 through 3",
"args": [
{
"offset": 32,
"val": "lines 1 through 3"
}
]
],
"name": "there should be parse errors on lines 1 through 3"
},
{
"name": "there should be parse errors on lines 10 and 17",
"args": [
{
"offset": 32,
"val": "lines 10 and 17"
}
]
],
"name": "there should be parse errors on lines 10 and 17"
},
{
"name": "there should be parse errors on lines 3 and 5",
"args": [
{
"offset": 32,
"val": "lines 3 and 5"
}
]
],
"name": "there should be parse errors on lines 3 and 5"
},
{
"name": "there should be parse errors on lines 5, 10 and 12",
"args": [
{
"offset": 32,
"val": "lines 5, 10 and 12"
}
]
],
"name": "there should be parse errors on lines 5, 10 and 12"
}
]
},
{
"source": "^a JSON formatter$",
"flags": "",
"file_colon_line": "features/step_definitions/json_formatter_steps.rb:13",
"flags": "",
"source": "^a JSON formatter$",
"steps": [

]
},
{
"source": "^the outputted JSON should be:$",
"flags": "",
"file_colon_line": "features/step_definitions/json_formatter_steps.rb:18",
"flags": "",
"source": "^the outputted JSON should be:$",
"steps": [
{
"name": "the outputted JSON should be:",
"args": [

]
],
"name": "the outputted JSON should be:"
}
]
},
{
"source": "^a PrettyFormatter$",
"flags": "",
"file_colon_line": "features/step_definitions/json_parser_steps.rb:5",
"flags": "",
"source": "^a PrettyFormatter$",
"steps": [

]
},
{
"source": "^a JSON lexer$",
"flags": "",
"file_colon_line": "features/step_definitions/json_parser_steps.rb:10",
"flags": "",
"source": "^a JSON lexer$",
"steps": [

]
},
{
"source": "^the following JSON is parsed:$",
"flags": "",
"file_colon_line": "features/step_definitions/json_parser_steps.rb:14",
"flags": "",
"source": "^the following JSON is parsed:$",
"steps": [
{
"name": "the following JSON is parsed:",
"args": [

]
],
"name": "the following JSON is parsed:"
}
]
},
{
"source": "^the outputted text should be:$",
"flags": "",
"file_colon_line": "features/step_definitions/json_parser_steps.rb:18",
"flags": "",
"source": "^the outputted text should be:$",
"steps": [
{
"name": "the outputted text should be:",
"args": [

]
],
"name": "the outputted text should be:"
}
]
},
{
"source": "^I have Cucumber's source code next to Gherkin's$",
"flags": "",
"file_colon_line": "features/step_definitions/pretty_formatter_steps.rb:50",
"flags": "",
"source": "^I have Cucumber's source code next to Gherkin's$",
"steps": [
{
"name": "I have Cucumber's source code next to Gherkin's",
"args": [

]
],
"name": "I have Cucumber's source code next to Gherkin's"
}
]
},
{
"source": "^I find all of the \\.feature files$",
"flags": "",
"file_colon_line": "features/step_definitions/pretty_formatter_steps.rb:55",
"flags": "",
"source": "^I find all of the \\.feature files$",
"steps": [
{
"name": "I find all of the .feature files",
"args": [

]
],
"name": "I find all of the .feature files"
}
]
},
{
"source": "^I send each prettified original through the \"([^\"]*)\" machinery$",
"flags": "",
"file_colon_line": "features/step_definitions/pretty_formatter_steps.rb:59",
"flags": "",
"source": "^I send each prettified original through the \"([^\"]*)\" machinery$",
"steps": [
{
"name": "I send each prettified original through the \"json\" machinery",
"args": [
{
"offset": 45,
"val": "json"
}
]
],
"name": "I send each prettified original through the \"json\" machinery"
},
{
"name": "I send each prettified original through the \"pretty\" machinery",
"args": [
{
"offset": 45,
"val": "pretty"
}
]
],
"name": "I send each prettified original through the \"pretty\" machinery"
}
]
},
{
"source": "^the machinery output should be identical to the prettified original$",
"flags": "",
"file_colon_line": "features/step_definitions/pretty_formatter_steps.rb:83",
"flags": "",
"source": "^the machinery output should be identical to the prettified original$",
"steps": [
{
"name": "the machinery output should be identical to the prettified original",
"args": [

]
],
"name": "the machinery output should be identical to the prettified original"
}
]
}
Expand Down
Loading

0 comments on commit ce11f2c

Please sign in to comment.