gherkin 2.11.6 → 2.11.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +15 -0
- data/.travis.yml +0 -1
- data/Gemfile +1 -1
- data/History.md +13 -0
- data/README.md +10 -4
- data/examples/parse_and_output_json.rb +2 -2
- data/ext/gherkin_lexer_ar/gherkin_lexer_ar.c +494 -494
- data/ext/gherkin_lexer_bg/gherkin_lexer_bg.c +30 -30
- data/ext/gherkin_lexer_bm/gherkin_lexer_bm.c +30 -30
- data/ext/gherkin_lexer_ca/gherkin_lexer_ca.c +30 -30
- data/ext/gherkin_lexer_cs/gherkin_lexer_cs.c +30 -30
- data/ext/gherkin_lexer_cy_gb/gherkin_lexer_cy_gb.c +30 -30
- data/ext/gherkin_lexer_da/gherkin_lexer_da.c +30 -30
- data/ext/gherkin_lexer_de/gherkin_lexer_de.c +30 -30
- data/ext/gherkin_lexer_el/extconf.rb +6 -0
- data/ext/gherkin_lexer_el/gherkin_lexer_el.c +1977 -0
- data/ext/gherkin_lexer_en/gherkin_lexer_en.c +30 -30
- data/ext/gherkin_lexer_en_au/gherkin_lexer_en_au.c +30 -30
- data/ext/gherkin_lexer_en_lol/gherkin_lexer_en_lol.c +30 -30
- data/ext/gherkin_lexer_en_old/extconf.rb +6 -0
- data/ext/gherkin_lexer_en_old/gherkin_lexer_en_old.c +1309 -0
- data/ext/gherkin_lexer_en_pirate/gherkin_lexer_en_pirate.c +30 -30
- data/ext/gherkin_lexer_en_scouse/gherkin_lexer_en_scouse.c +30 -30
- data/ext/gherkin_lexer_en_tx/gherkin_lexer_en_tx.c +30 -30
- data/ext/gherkin_lexer_eo/gherkin_lexer_eo.c +30 -30
- data/ext/gherkin_lexer_es/gherkin_lexer_es.c +30 -30
- data/ext/gherkin_lexer_et/gherkin_lexer_et.c +30 -30
- data/ext/gherkin_lexer_fa/gherkin_lexer_fa.c +30 -30
- data/ext/gherkin_lexer_fi/gherkin_lexer_fi.c +30 -30
- data/ext/gherkin_lexer_fr/gherkin_lexer_fr.c +30 -30
- data/ext/gherkin_lexer_he/gherkin_lexer_he.c +30 -30
- data/ext/gherkin_lexer_hi/gherkin_lexer_hi.c +30 -30
- data/ext/gherkin_lexer_hr/gherkin_lexer_hr.c +30 -30
- data/ext/gherkin_lexer_hu/gherkin_lexer_hu.c +30 -30
- data/ext/gherkin_lexer_id/gherkin_lexer_id.c +30 -30
- data/ext/gherkin_lexer_is/gherkin_lexer_is.c +30 -30
- data/ext/gherkin_lexer_it/gherkin_lexer_it.c +30 -30
- data/ext/gherkin_lexer_ja/gherkin_lexer_ja.c +30 -30
- data/ext/gherkin_lexer_ko/gherkin_lexer_ko.c +30 -30
- data/ext/gherkin_lexer_lt/gherkin_lexer_lt.c +30 -30
- data/ext/gherkin_lexer_lu/gherkin_lexer_lu.c +30 -30
- data/ext/gherkin_lexer_lv/gherkin_lexer_lv.c +30 -30
- data/ext/gherkin_lexer_nl/gherkin_lexer_nl.c +30 -30
- data/ext/gherkin_lexer_no/gherkin_lexer_no.c +30 -30
- data/ext/gherkin_lexer_pl/gherkin_lexer_pl.c +30 -30
- data/ext/gherkin_lexer_pt/gherkin_lexer_pt.c +30 -30
- data/ext/gherkin_lexer_ro/gherkin_lexer_ro.c +30 -30
- data/ext/gherkin_lexer_ru/gherkin_lexer_ru.c +30 -30
- data/ext/gherkin_lexer_sk/gherkin_lexer_sk.c +30 -30
- data/ext/gherkin_lexer_sr_cyrl/gherkin_lexer_sr_cyrl.c +30 -30
- data/ext/gherkin_lexer_sr_latn/gherkin_lexer_sr_latn.c +617 -614
- data/ext/gherkin_lexer_sv/gherkin_lexer_sv.c +30 -30
- data/ext/gherkin_lexer_tl/gherkin_lexer_tl.c +30 -30
- data/ext/gherkin_lexer_tr/gherkin_lexer_tr.c +30 -30
- data/ext/gherkin_lexer_tt/gherkin_lexer_tt.c +30 -30
- data/ext/gherkin_lexer_uk/gherkin_lexer_uk.c +30 -30
- data/ext/gherkin_lexer_uz/gherkin_lexer_uz.c +622 -614
- data/ext/gherkin_lexer_vi/gherkin_lexer_vi.c +30 -30
- data/ext/gherkin_lexer_zh_cn/gherkin_lexer_zh_cn.c +30 -30
- data/ext/gherkin_lexer_zh_tw/gherkin_lexer_zh_tw.c +30 -30
- data/features/.cucumber/stepdefs.json +66 -66
- data/features/step_definitions/json_formatter_steps.rb +4 -4
- data/features/step_definitions/json_parser_steps.rb +2 -1
- data/features/support/env.rb +2 -3
- data/gherkin.gemspec +8 -6
- data/lib/gherkin/formatter/json_formatter.rb +5 -5
- data/lib/gherkin/formatter/tag_filter.rb +2 -2
- data/lib/gherkin/i18n.json +28 -0
- data/lib/gherkin/i18n.rb +6 -6
- data/lib/gherkin/json_parser.rb +4 -4
- data/lib/gherkin/native/java.rb +2 -2
- data/lib/gherkin/parser/parser.rb +1 -0
- data/lib/gherkin/platform.rb +12 -0
- data/lib/gherkin/tag_expression.rb +7 -1
- data/spec/gherkin/formatter/json_formatter_spec.rb +74 -3
- data/spec/gherkin/i18n_spec.rb +2 -0
- data/spec/gherkin/json_parser_spec.rb +11 -10
- data/spec/gherkin/parser/parser_spec.rb +1 -1
- data/spec/gherkin/tag_expression_spec.rb +19 -15
- data/spec/spec_helper.rb +4 -1
- data/tasks/rspec.rake +1 -2
- metadata +139 -226
- data/lib/gherkin/lexer/tl.rb +0 -1723
- data/lib/gherkin/lexer/tt.rb +0 -1640
- data/spec/gherkin/output_stream_string_io.rb +0 -20
@@ -3,9 +3,10 @@ require 'stringio'
|
|
3
3
|
require 'spec_helper'
|
4
4
|
require 'gherkin/json_parser'
|
5
5
|
require 'gherkin/formatter/json_formatter'
|
6
|
+
require 'multi_json'
|
6
7
|
|
7
8
|
module Gherkin
|
8
|
-
describe JSONParser do
|
9
|
+
describe JSONParser do
|
9
10
|
|
10
11
|
def check_json(json)
|
11
12
|
io = StringIO.new
|
@@ -13,8 +14,8 @@ module Gherkin
|
|
13
14
|
p = JSONParser.new(f, f)
|
14
15
|
p.parse(json)
|
15
16
|
f.done
|
16
|
-
expected =
|
17
|
-
actual =
|
17
|
+
expected = MultiJson.load(json)
|
18
|
+
actual = MultiJson.load(io.string)
|
18
19
|
|
19
20
|
begin
|
20
21
|
actual.should == expected
|
@@ -34,10 +35,10 @@ module Gherkin
|
|
34
35
|
{
|
35
36
|
"id": "one",
|
36
37
|
"uri": "test.feature",
|
37
|
-
"keyword": "Feature",
|
38
|
-
"name": "One",
|
39
|
-
"description": "",
|
40
|
-
"line" : 3
|
38
|
+
"keyword": "Feature",
|
39
|
+
"name": "One",
|
40
|
+
"description": "",
|
41
|
+
"line" : 3
|
41
42
|
}
|
42
43
|
]})
|
43
44
|
end
|
@@ -53,9 +54,9 @@ module Gherkin
|
|
53
54
|
"line": 22
|
54
55
|
}
|
55
56
|
],
|
56
|
-
"keyword": "Feature",
|
57
|
-
"name": "One",
|
58
|
-
"description": "",
|
57
|
+
"keyword": "Feature",
|
58
|
+
"name": "One",
|
59
|
+
"description": "",
|
59
60
|
"line": 3,
|
60
61
|
"elements": [
|
61
62
|
{
|
@@ -8,7 +8,7 @@ module Gherkin
|
|
8
8
|
p = Parser.new(mock('formatter').as_null_object)
|
9
9
|
lambda do
|
10
10
|
p.parse("Feature: f\nFeature: f", __FILE__, __LINE__-1)
|
11
|
-
end.should raise_error(
|
11
|
+
end.should raise_error(Regexp.new("Parse error at #{__FILE__}:\\d+"))
|
12
12
|
end
|
13
13
|
end
|
14
14
|
end
|
@@ -7,18 +7,22 @@ module Gherkin
|
|
7
7
|
def tag(name)
|
8
8
|
Formatter::Model::Tag.new(name, 0)
|
9
9
|
end
|
10
|
-
|
10
|
+
|
11
11
|
context "no tags" do
|
12
12
|
before(:each) do
|
13
13
|
@e = Gherkin::TagExpression.new([])
|
14
14
|
end
|
15
15
|
|
16
|
+
it 'should be empty' do
|
17
|
+
@e.should be_empty
|
18
|
+
end
|
19
|
+
|
16
20
|
it "should match @foo" do
|
17
|
-
@e.
|
21
|
+
@e.evaluate([tag('@foo')]).should == true
|
18
22
|
end
|
19
23
|
|
20
24
|
it "should match empty tags" do
|
21
|
-
@e.
|
25
|
+
@e.evaluate([]).should == true
|
22
26
|
end
|
23
27
|
end
|
24
28
|
|
@@ -28,15 +32,15 @@ module Gherkin
|
|
28
32
|
end
|
29
33
|
|
30
34
|
it "should match @foo" do
|
31
|
-
@e.
|
35
|
+
@e.evaluate([tag('@foo')]).should == true
|
32
36
|
end
|
33
37
|
|
34
38
|
it "should not match @bar" do
|
35
|
-
@e.
|
39
|
+
@e.evaluate([tag('@bar')]).should == false
|
36
40
|
end
|
37
41
|
|
38
42
|
it "should not match no tags" do
|
39
|
-
@e.
|
43
|
+
@e.evaluate([]).should == false
|
40
44
|
end
|
41
45
|
end
|
42
46
|
|
@@ -46,11 +50,11 @@ module Gherkin
|
|
46
50
|
end
|
47
51
|
|
48
52
|
it "should match @bar" do
|
49
|
-
@e.
|
53
|
+
@e.evaluate([tag('@bar')]).should == true
|
50
54
|
end
|
51
55
|
|
52
56
|
it "should not match @foo" do
|
53
|
-
@e.
|
57
|
+
@e.evaluate([tag('@foo')]).should == false
|
54
58
|
end
|
55
59
|
end
|
56
60
|
|
@@ -60,15 +64,15 @@ module Gherkin
|
|
60
64
|
end
|
61
65
|
|
62
66
|
it "should match @foo" do
|
63
|
-
@e.
|
67
|
+
@e.evaluate([tag('@foo')]).should == true
|
64
68
|
end
|
65
69
|
|
66
70
|
it "should match @bar" do
|
67
|
-
@e.
|
71
|
+
@e.evaluate([tag('@bar')]).should == true
|
68
72
|
end
|
69
73
|
|
70
74
|
it "should not match @zap" do
|
71
|
-
@e.
|
75
|
+
@e.evaluate([tag('@zap')]).should == false
|
72
76
|
end
|
73
77
|
end
|
74
78
|
|
@@ -78,11 +82,11 @@ module Gherkin
|
|
78
82
|
end
|
79
83
|
|
80
84
|
it "should match @foo" do
|
81
|
-
@e.
|
85
|
+
@e.evaluate([tag('@foo')]).should == true
|
82
86
|
end
|
83
87
|
|
84
88
|
it "should not match @foo @zap" do
|
85
|
-
@e.
|
89
|
+
@e.evaluate([tag('@foo'), tag('@zap')]).should == false
|
86
90
|
end
|
87
91
|
end
|
88
92
|
|
@@ -96,7 +100,7 @@ module Gherkin
|
|
96
100
|
end
|
97
101
|
|
98
102
|
it "should match @foo @zap" do
|
99
|
-
@e.
|
103
|
+
@e.evaluate([tag('@foo'), tag('@zap')]).should == true
|
100
104
|
end
|
101
105
|
end
|
102
106
|
|
@@ -139,4 +143,4 @@ module Gherkin
|
|
139
143
|
end
|
140
144
|
end
|
141
145
|
end
|
142
|
-
end
|
146
|
+
end
|
data/spec/spec_helper.rb
CHANGED
@@ -2,6 +2,10 @@ if RUBY_VERSION =~ /1.9/
|
|
2
2
|
Encoding.default_external = Encoding::UTF_8
|
3
3
|
Encoding.default_internal = Encoding::UTF_8
|
4
4
|
end
|
5
|
+
if defined?(JRUBY_VERSION)
|
6
|
+
java_import java.util.ArrayList
|
7
|
+
ArrayList.__persistent__ = true
|
8
|
+
end
|
5
9
|
|
6
10
|
require 'rubygems'
|
7
11
|
require 'bundler'
|
@@ -11,7 +15,6 @@ require 'rspec'
|
|
11
15
|
require 'gherkin'
|
12
16
|
require 'stringio'
|
13
17
|
require 'gherkin/sexp_recorder'
|
14
|
-
require 'gherkin/output_stream_string_io'
|
15
18
|
require 'gherkin/shared/encoding_group'
|
16
19
|
require 'gherkin/shared/lexer_group'
|
17
20
|
require 'gherkin/shared/tags_group'
|
data/tasks/rspec.rake
CHANGED
metadata
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gherkin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.11.
|
5
|
-
prerelease:
|
4
|
+
version: 2.11.7
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Mike Sassak
|
@@ -11,12 +10,11 @@ authors:
|
|
11
10
|
autorequire:
|
12
11
|
bindir: bin
|
13
12
|
cert_chain: []
|
14
|
-
date: 2013-
|
13
|
+
date: 2013-04-05 00:00:00.000000000 Z
|
15
14
|
dependencies:
|
16
15
|
- !ruby/object:Gem::Dependency
|
17
16
|
name: rake-compiler
|
18
17
|
requirement: !ruby/object:Gem::Requirement
|
19
|
-
none: false
|
20
18
|
requirements:
|
21
19
|
- - ! '>='
|
22
20
|
- !ruby/object:Gem::Version
|
@@ -24,31 +22,27 @@ dependencies:
|
|
24
22
|
type: :development
|
25
23
|
prerelease: false
|
26
24
|
version_requirements: !ruby/object:Gem::Requirement
|
27
|
-
none: false
|
28
25
|
requirements:
|
29
26
|
- - ! '>='
|
30
27
|
- !ruby/object:Gem::Version
|
31
28
|
version: 0.8.2
|
32
29
|
- !ruby/object:Gem::Dependency
|
33
|
-
name:
|
30
|
+
name: multi_json
|
34
31
|
requirement: !ruby/object:Gem::Requirement
|
35
|
-
none: false
|
36
32
|
requirements:
|
37
|
-
- -
|
33
|
+
- - ~>
|
38
34
|
- !ruby/object:Gem::Version
|
39
|
-
version: 1.
|
35
|
+
version: '1.3'
|
40
36
|
type: :runtime
|
41
37
|
prerelease: false
|
42
38
|
version_requirements: !ruby/object:Gem::Requirement
|
43
|
-
none: false
|
44
39
|
requirements:
|
45
|
-
- -
|
40
|
+
- - ~>
|
46
41
|
- !ruby/object:Gem::Version
|
47
|
-
version: 1.
|
42
|
+
version: '1.3'
|
48
43
|
- !ruby/object:Gem::Dependency
|
49
44
|
name: cucumber
|
50
45
|
requirement: !ruby/object:Gem::Requirement
|
51
|
-
none: false
|
52
46
|
requirements:
|
53
47
|
- - ! '>='
|
54
48
|
- !ruby/object:Gem::Version
|
@@ -56,7 +50,6 @@ dependencies:
|
|
56
50
|
type: :development
|
57
51
|
prerelease: false
|
58
52
|
version_requirements: !ruby/object:Gem::Requirement
|
59
|
-
none: false
|
60
53
|
requirements:
|
61
54
|
- - ! '>='
|
62
55
|
- !ruby/object:Gem::Version
|
@@ -64,7 +57,6 @@ dependencies:
|
|
64
57
|
- !ruby/object:Gem::Dependency
|
65
58
|
name: rake
|
66
59
|
requirement: !ruby/object:Gem::Requirement
|
67
|
-
none: false
|
68
60
|
requirements:
|
69
61
|
- - ! '>='
|
70
62
|
- !ruby/object:Gem::Version
|
@@ -72,7 +64,6 @@ dependencies:
|
|
72
64
|
type: :development
|
73
65
|
prerelease: false
|
74
66
|
version_requirements: !ruby/object:Gem::Requirement
|
75
|
-
none: false
|
76
67
|
requirements:
|
77
68
|
- - ! '>='
|
78
69
|
- !ruby/object:Gem::Version
|
@@ -80,7 +71,6 @@ dependencies:
|
|
80
71
|
- !ruby/object:Gem::Dependency
|
81
72
|
name: bundler
|
82
73
|
requirement: !ruby/object:Gem::Requirement
|
83
|
-
none: false
|
84
74
|
requirements:
|
85
75
|
- - ! '>='
|
86
76
|
- !ruby/object:Gem::Version
|
@@ -88,7 +78,6 @@ dependencies:
|
|
88
78
|
type: :development
|
89
79
|
prerelease: false
|
90
80
|
version_requirements: !ruby/object:Gem::Requirement
|
91
|
-
none: false
|
92
81
|
requirements:
|
93
82
|
- - ! '>='
|
94
83
|
- !ruby/object:Gem::Version
|
@@ -96,7 +85,6 @@ dependencies:
|
|
96
85
|
- !ruby/object:Gem::Dependency
|
97
86
|
name: rspec
|
98
87
|
requirement: !ruby/object:Gem::Requirement
|
99
|
-
none: false
|
100
88
|
requirements:
|
101
89
|
- - ~>
|
102
90
|
- !ruby/object:Gem::Version
|
@@ -104,7 +92,6 @@ dependencies:
|
|
104
92
|
type: :development
|
105
93
|
prerelease: false
|
106
94
|
version_requirements: !ruby/object:Gem::Requirement
|
107
|
-
none: false
|
108
95
|
requirements:
|
109
96
|
- - ~>
|
110
97
|
- !ruby/object:Gem::Version
|
@@ -112,7 +99,6 @@ dependencies:
|
|
112
99
|
- !ruby/object:Gem::Dependency
|
113
100
|
name: rubyzip
|
114
101
|
requirement: !ruby/object:Gem::Requirement
|
115
|
-
none: false
|
116
102
|
requirements:
|
117
103
|
- - ! '>='
|
118
104
|
- !ruby/object:Gem::Version
|
@@ -120,7 +106,6 @@ dependencies:
|
|
120
106
|
type: :development
|
121
107
|
prerelease: false
|
122
108
|
version_requirements: !ruby/object:Gem::Requirement
|
123
|
-
none: false
|
124
109
|
requirements:
|
125
110
|
- - ! '>='
|
126
111
|
- !ruby/object:Gem::Version
|
@@ -128,7 +113,6 @@ dependencies:
|
|
128
113
|
- !ruby/object:Gem::Dependency
|
129
114
|
name: therubyracer
|
130
115
|
requirement: !ruby/object:Gem::Requirement
|
131
|
-
none: false
|
132
116
|
requirements:
|
133
117
|
- - ! '>='
|
134
118
|
- !ruby/object:Gem::Version
|
@@ -136,7 +120,6 @@ dependencies:
|
|
136
120
|
type: :development
|
137
121
|
prerelease: false
|
138
122
|
version_requirements: !ruby/object:Gem::Requirement
|
139
|
-
none: false
|
140
123
|
requirements:
|
141
124
|
- - ! '>='
|
142
125
|
- !ruby/object:Gem::Version
|
@@ -144,7 +127,6 @@ dependencies:
|
|
144
127
|
- !ruby/object:Gem::Dependency
|
145
128
|
name: yard
|
146
129
|
requirement: !ruby/object:Gem::Requirement
|
147
|
-
none: false
|
148
130
|
requirements:
|
149
131
|
- - ! '>='
|
150
132
|
- !ruby/object:Gem::Version
|
@@ -152,7 +134,6 @@ dependencies:
|
|
152
134
|
type: :development
|
153
135
|
prerelease: false
|
154
136
|
version_requirements: !ruby/object:Gem::Requirement
|
155
|
-
none: false
|
156
137
|
requirements:
|
157
138
|
- - ! '>='
|
158
139
|
- !ruby/object:Gem::Version
|
@@ -160,7 +141,6 @@ dependencies:
|
|
160
141
|
- !ruby/object:Gem::Dependency
|
161
142
|
name: rdiscount
|
162
143
|
requirement: !ruby/object:Gem::Requirement
|
163
|
-
none: false
|
164
144
|
requirements:
|
165
145
|
- - ! '>='
|
166
146
|
- !ruby/object:Gem::Version
|
@@ -168,7 +148,6 @@ dependencies:
|
|
168
148
|
type: :development
|
169
149
|
prerelease: false
|
170
150
|
version_requirements: !ruby/object:Gem::Requirement
|
171
|
-
none: false
|
172
151
|
requirements:
|
173
152
|
- - ! '>='
|
174
153
|
- !ruby/object:Gem::Version
|
@@ -176,7 +155,6 @@ dependencies:
|
|
176
155
|
- !ruby/object:Gem::Dependency
|
177
156
|
name: term-ansicolor
|
178
157
|
requirement: !ruby/object:Gem::Requirement
|
179
|
-
none: false
|
180
158
|
requirements:
|
181
159
|
- - ! '>='
|
182
160
|
- !ruby/object:Gem::Version
|
@@ -184,7 +162,6 @@ dependencies:
|
|
184
162
|
type: :development
|
185
163
|
prerelease: false
|
186
164
|
version_requirements: !ruby/object:Gem::Requirement
|
187
|
-
none: false
|
188
165
|
requirements:
|
189
166
|
- - ! '>='
|
190
167
|
- !ruby/object:Gem::Version
|
@@ -192,7 +169,6 @@ dependencies:
|
|
192
169
|
- !ruby/object:Gem::Dependency
|
193
170
|
name: builder
|
194
171
|
requirement: !ruby/object:Gem::Requirement
|
195
|
-
none: false
|
196
172
|
requirements:
|
197
173
|
- - ! '>='
|
198
174
|
- !ruby/object:Gem::Version
|
@@ -200,7 +176,6 @@ dependencies:
|
|
200
176
|
type: :development
|
201
177
|
prerelease: false
|
202
178
|
version_requirements: !ruby/object:Gem::Requirement
|
203
|
-
none: false
|
204
179
|
requirements:
|
205
180
|
- - ! '>='
|
206
181
|
- !ruby/object:Gem::Version
|
@@ -209,56 +184,58 @@ description: A fast Gherkin lexer/parser based on the Ragel State Machine Compil
|
|
209
184
|
email: cukes@googlegroups.com
|
210
185
|
executables: []
|
211
186
|
extensions:
|
212
|
-
- ext/
|
213
|
-
- ext/
|
214
|
-
- ext/
|
187
|
+
- ext/gherkin_lexer_pt/extconf.rb
|
188
|
+
- ext/gherkin_lexer_en_lol/extconf.rb
|
189
|
+
- ext/gherkin_lexer_ko/extconf.rb
|
190
|
+
- ext/gherkin_lexer_lu/extconf.rb
|
191
|
+
- ext/gherkin_lexer_fa/extconf.rb
|
215
192
|
- ext/gherkin_lexer_ca/extconf.rb
|
216
|
-
- ext/gherkin_lexer_cs/extconf.rb
|
217
|
-
- ext/gherkin_lexer_cy_gb/extconf.rb
|
218
193
|
- ext/gherkin_lexer_da/extconf.rb
|
219
|
-
- ext/
|
220
|
-
- ext/
|
221
|
-
- ext/
|
222
|
-
- ext/
|
194
|
+
- ext/gherkin_lexer_vi/extconf.rb
|
195
|
+
- ext/gherkin_lexer_ja/extconf.rb
|
196
|
+
- ext/gherkin_lexer_el/extconf.rb
|
197
|
+
- ext/gherkin_lexer_sv/extconf.rb
|
198
|
+
- ext/gherkin_lexer_ru/extconf.rb
|
199
|
+
- ext/gherkin_lexer_it/extconf.rb
|
200
|
+
- ext/gherkin_lexer_hr/extconf.rb
|
201
|
+
- ext/gherkin_lexer_he/extconf.rb
|
202
|
+
- ext/gherkin_lexer_pl/extconf.rb
|
203
|
+
- ext/gherkin_lexer_tr/extconf.rb
|
204
|
+
- ext/gherkin_lexer_uz/extconf.rb
|
205
|
+
- ext/gherkin_lexer_hu/extconf.rb
|
206
|
+
- ext/gherkin_lexer_no/extconf.rb
|
207
|
+
- ext/gherkin_lexer_ar/extconf.rb
|
208
|
+
- ext/gherkin_lexer_tt/extconf.rb
|
223
209
|
- ext/gherkin_lexer_en_pirate/extconf.rb
|
224
|
-
- ext/
|
225
|
-
- ext/gherkin_lexer_en_tx/extconf.rb
|
210
|
+
- ext/gherkin_lexer_en_old/extconf.rb
|
226
211
|
- ext/gherkin_lexer_eo/extconf.rb
|
227
|
-
- ext/gherkin_lexer_es/extconf.rb
|
228
|
-
- ext/gherkin_lexer_et/extconf.rb
|
229
|
-
- ext/gherkin_lexer_fa/extconf.rb
|
230
|
-
- ext/gherkin_lexer_fi/extconf.rb
|
231
212
|
- ext/gherkin_lexer_fr/extconf.rb
|
232
|
-
- ext/
|
213
|
+
- ext/gherkin_lexer_tl/extconf.rb
|
214
|
+
- ext/gherkin_lexer_de/extconf.rb
|
215
|
+
- ext/gherkin_lexer_sk/extconf.rb
|
233
216
|
- ext/gherkin_lexer_hi/extconf.rb
|
234
|
-
- ext/gherkin_lexer_hr/extconf.rb
|
235
|
-
- ext/gherkin_lexer_hu/extconf.rb
|
236
|
-
- ext/gherkin_lexer_id/extconf.rb
|
237
|
-
- ext/gherkin_lexer_is/extconf.rb
|
238
|
-
- ext/gherkin_lexer_it/extconf.rb
|
239
|
-
- ext/gherkin_lexer_ja/extconf.rb
|
240
|
-
- ext/gherkin_lexer_ko/extconf.rb
|
241
|
-
- ext/gherkin_lexer_lt/extconf.rb
|
242
|
-
- ext/gherkin_lexer_lu/extconf.rb
|
243
217
|
- ext/gherkin_lexer_lv/extconf.rb
|
218
|
+
- ext/gherkin_lexer_uk/extconf.rb
|
219
|
+
- ext/gherkin_lexer_bm/extconf.rb
|
220
|
+
- ext/gherkin_lexer_et/extconf.rb
|
221
|
+
- ext/gherkin_lexer_is/extconf.rb
|
222
|
+
- ext/gherkin_lexer_sr_latn/extconf.rb
|
244
223
|
- ext/gherkin_lexer_nl/extconf.rb
|
245
|
-
- ext/gherkin_lexer_no/extconf.rb
|
246
|
-
- ext/gherkin_lexer_pl/extconf.rb
|
247
|
-
- ext/gherkin_lexer_pt/extconf.rb
|
248
224
|
- ext/gherkin_lexer_ro/extconf.rb
|
249
|
-
- ext/
|
250
|
-
- ext/
|
251
|
-
- ext/
|
252
|
-
- ext/gherkin_lexer_sr_latn/extconf.rb
|
253
|
-
- ext/gherkin_lexer_sv/extconf.rb
|
254
|
-
- ext/gherkin_lexer_tl/extconf.rb
|
255
|
-
- ext/gherkin_lexer_tr/extconf.rb
|
256
|
-
- ext/gherkin_lexer_tt/extconf.rb
|
257
|
-
- ext/gherkin_lexer_uk/extconf.rb
|
258
|
-
- ext/gherkin_lexer_uz/extconf.rb
|
259
|
-
- ext/gherkin_lexer_vi/extconf.rb
|
260
|
-
- ext/gherkin_lexer_zh_cn/extconf.rb
|
225
|
+
- ext/gherkin_lexer_en_scouse/extconf.rb
|
226
|
+
- ext/gherkin_lexer_lt/extconf.rb
|
227
|
+
- ext/gherkin_lexer_en/extconf.rb
|
261
228
|
- ext/gherkin_lexer_zh_tw/extconf.rb
|
229
|
+
- ext/gherkin_lexer_id/extconf.rb
|
230
|
+
- ext/gherkin_lexer_zh_cn/extconf.rb
|
231
|
+
- ext/gherkin_lexer_bg/extconf.rb
|
232
|
+
- ext/gherkin_lexer_fi/extconf.rb
|
233
|
+
- ext/gherkin_lexer_es/extconf.rb
|
234
|
+
- ext/gherkin_lexer_sr_cyrl/extconf.rb
|
235
|
+
- ext/gherkin_lexer_en_au/extconf.rb
|
236
|
+
- ext/gherkin_lexer_en_tx/extconf.rb
|
237
|
+
- ext/gherkin_lexer_cy_gb/extconf.rb
|
238
|
+
- ext/gherkin_lexer_cs/extconf.rb
|
262
239
|
extra_rdoc_files: []
|
263
240
|
files:
|
264
241
|
- .gitattributes
|
@@ -316,8 +293,6 @@ files:
|
|
316
293
|
- lib/gherkin/json_parser.rb
|
317
294
|
- lib/gherkin/lexer/encoding.rb
|
318
295
|
- lib/gherkin/lexer/i18n_lexer.rb
|
319
|
-
- lib/gherkin/lexer/tl.rb
|
320
|
-
- lib/gherkin/lexer/tt.rb
|
321
296
|
- lib/gherkin/listener/event.rb
|
322
297
|
- lib/gherkin/listener/formatter_listener.rb
|
323
298
|
- lib/gherkin/native.rb
|
@@ -328,6 +303,7 @@ files:
|
|
328
303
|
- lib/gherkin/parser/parser.rb
|
329
304
|
- lib/gherkin/parser/root.txt
|
330
305
|
- lib/gherkin/parser/steps.txt
|
306
|
+
- lib/gherkin/platform.rb
|
331
307
|
- lib/gherkin/rubify.rb
|
332
308
|
- lib/gherkin/tag_expression.rb
|
333
309
|
- ragel/lexer.c.rl.erb
|
@@ -375,7 +351,6 @@ files:
|
|
375
351
|
- spec/gherkin/json_parser_spec.rb
|
376
352
|
- spec/gherkin/lexer/i18n_lexer_spec.rb
|
377
353
|
- spec/gherkin/native_lexer_spec.rb
|
378
|
-
- spec/gherkin/output_stream_string_io.rb
|
379
354
|
- spec/gherkin/parser/parser_spec.rb
|
380
355
|
- spec/gherkin/rubify_spec.rb
|
381
356
|
- spec/gherkin/sexp_recorder.rb
|
@@ -404,195 +379,133 @@ files:
|
|
404
379
|
- tasks/yard/default/layout/html/layout.erb
|
405
380
|
- tasks/yard/default/layout/html/logo.erb
|
406
381
|
- tasks/yard/default/layout/html/setup.rb
|
407
|
-
- ext/
|
408
|
-
- ext/
|
409
|
-
- ext/
|
382
|
+
- ext/gherkin_lexer_pt/gherkin_lexer_pt.c
|
383
|
+
- ext/gherkin_lexer_en_lol/gherkin_lexer_en_lol.c
|
384
|
+
- ext/gherkin_lexer_ko/gherkin_lexer_ko.c
|
385
|
+
- ext/gherkin_lexer_lu/gherkin_lexer_lu.c
|
386
|
+
- ext/gherkin_lexer_fa/gherkin_lexer_fa.c
|
410
387
|
- ext/gherkin_lexer_ca/gherkin_lexer_ca.c
|
411
|
-
- ext/gherkin_lexer_cs/gherkin_lexer_cs.c
|
412
|
-
- ext/gherkin_lexer_cy_gb/gherkin_lexer_cy_gb.c
|
413
388
|
- ext/gherkin_lexer_da/gherkin_lexer_da.c
|
414
|
-
- ext/
|
415
|
-
- ext/
|
416
|
-
- ext/
|
417
|
-
- ext/
|
389
|
+
- ext/gherkin_lexer_vi/gherkin_lexer_vi.c
|
390
|
+
- ext/gherkin_lexer_ja/gherkin_lexer_ja.c
|
391
|
+
- ext/gherkin_lexer_el/gherkin_lexer_el.c
|
392
|
+
- ext/gherkin_lexer_sv/gherkin_lexer_sv.c
|
393
|
+
- ext/gherkin_lexer_ru/gherkin_lexer_ru.c
|
394
|
+
- ext/gherkin_lexer_it/gherkin_lexer_it.c
|
395
|
+
- ext/gherkin_lexer_hr/gherkin_lexer_hr.c
|
396
|
+
- ext/gherkin_lexer_he/gherkin_lexer_he.c
|
397
|
+
- ext/gherkin_lexer_pl/gherkin_lexer_pl.c
|
398
|
+
- ext/gherkin_lexer_tr/gherkin_lexer_tr.c
|
399
|
+
- ext/gherkin_lexer_uz/gherkin_lexer_uz.c
|
400
|
+
- ext/gherkin_lexer_hu/gherkin_lexer_hu.c
|
401
|
+
- ext/gherkin_lexer_no/gherkin_lexer_no.c
|
402
|
+
- ext/gherkin_lexer_ar/gherkin_lexer_ar.c
|
403
|
+
- ext/gherkin_lexer_tt/gherkin_lexer_tt.c
|
418
404
|
- ext/gherkin_lexer_en_pirate/gherkin_lexer_en_pirate.c
|
419
|
-
- ext/
|
420
|
-
- ext/gherkin_lexer_en_tx/gherkin_lexer_en_tx.c
|
405
|
+
- ext/gherkin_lexer_en_old/gherkin_lexer_en_old.c
|
421
406
|
- ext/gherkin_lexer_eo/gherkin_lexer_eo.c
|
422
|
-
- ext/gherkin_lexer_es/gherkin_lexer_es.c
|
423
|
-
- ext/gherkin_lexer_et/gherkin_lexer_et.c
|
424
|
-
- ext/gherkin_lexer_fa/gherkin_lexer_fa.c
|
425
|
-
- ext/gherkin_lexer_fi/gherkin_lexer_fi.c
|
426
407
|
- ext/gherkin_lexer_fr/gherkin_lexer_fr.c
|
427
|
-
- ext/
|
408
|
+
- ext/gherkin_lexer_tl/gherkin_lexer_tl.c
|
409
|
+
- ext/gherkin_lexer_de/gherkin_lexer_de.c
|
410
|
+
- ext/gherkin_lexer_sk/gherkin_lexer_sk.c
|
428
411
|
- ext/gherkin_lexer_hi/gherkin_lexer_hi.c
|
429
|
-
- ext/gherkin_lexer_hr/gherkin_lexer_hr.c
|
430
|
-
- ext/gherkin_lexer_hu/gherkin_lexer_hu.c
|
431
|
-
- ext/gherkin_lexer_id/gherkin_lexer_id.c
|
432
|
-
- ext/gherkin_lexer_is/gherkin_lexer_is.c
|
433
|
-
- ext/gherkin_lexer_it/gherkin_lexer_it.c
|
434
|
-
- ext/gherkin_lexer_ja/gherkin_lexer_ja.c
|
435
|
-
- ext/gherkin_lexer_ko/gherkin_lexer_ko.c
|
436
|
-
- ext/gherkin_lexer_lt/gherkin_lexer_lt.c
|
437
|
-
- ext/gherkin_lexer_lu/gherkin_lexer_lu.c
|
438
412
|
- ext/gherkin_lexer_lv/gherkin_lexer_lv.c
|
413
|
+
- ext/gherkin_lexer_uk/gherkin_lexer_uk.c
|
414
|
+
- ext/gherkin_lexer_bm/gherkin_lexer_bm.c
|
415
|
+
- ext/gherkin_lexer_et/gherkin_lexer_et.c
|
416
|
+
- ext/gherkin_lexer_is/gherkin_lexer_is.c
|
417
|
+
- ext/gherkin_lexer_sr_latn/gherkin_lexer_sr_latn.c
|
439
418
|
- ext/gherkin_lexer_nl/gherkin_lexer_nl.c
|
440
|
-
- ext/gherkin_lexer_no/gherkin_lexer_no.c
|
441
|
-
- ext/gherkin_lexer_pl/gherkin_lexer_pl.c
|
442
|
-
- ext/gherkin_lexer_pt/gherkin_lexer_pt.c
|
443
419
|
- ext/gherkin_lexer_ro/gherkin_lexer_ro.c
|
444
|
-
- ext/
|
445
|
-
- ext/
|
446
|
-
- ext/
|
447
|
-
- ext/gherkin_lexer_sr_latn/gherkin_lexer_sr_latn.c
|
448
|
-
- ext/gherkin_lexer_sv/gherkin_lexer_sv.c
|
449
|
-
- ext/gherkin_lexer_tl/gherkin_lexer_tl.c
|
450
|
-
- ext/gherkin_lexer_tr/gherkin_lexer_tr.c
|
451
|
-
- ext/gherkin_lexer_tt/gherkin_lexer_tt.c
|
452
|
-
- ext/gherkin_lexer_uk/gherkin_lexer_uk.c
|
453
|
-
- ext/gherkin_lexer_uz/gherkin_lexer_uz.c
|
454
|
-
- ext/gherkin_lexer_vi/gherkin_lexer_vi.c
|
455
|
-
- ext/gherkin_lexer_zh_cn/gherkin_lexer_zh_cn.c
|
420
|
+
- ext/gherkin_lexer_en_scouse/gherkin_lexer_en_scouse.c
|
421
|
+
- ext/gherkin_lexer_lt/gherkin_lexer_lt.c
|
422
|
+
- ext/gherkin_lexer_en/gherkin_lexer_en.c
|
456
423
|
- ext/gherkin_lexer_zh_tw/gherkin_lexer_zh_tw.c
|
457
|
-
- ext/
|
458
|
-
- ext/
|
459
|
-
- ext/
|
424
|
+
- ext/gherkin_lexer_id/gherkin_lexer_id.c
|
425
|
+
- ext/gherkin_lexer_zh_cn/gherkin_lexer_zh_cn.c
|
426
|
+
- ext/gherkin_lexer_bg/gherkin_lexer_bg.c
|
427
|
+
- ext/gherkin_lexer_fi/gherkin_lexer_fi.c
|
428
|
+
- ext/gherkin_lexer_es/gherkin_lexer_es.c
|
429
|
+
- ext/gherkin_lexer_sr_cyrl/gherkin_lexer_sr_cyrl.c
|
430
|
+
- ext/gherkin_lexer_en_au/gherkin_lexer_en_au.c
|
431
|
+
- ext/gherkin_lexer_en_tx/gherkin_lexer_en_tx.c
|
432
|
+
- ext/gherkin_lexer_cy_gb/gherkin_lexer_cy_gb.c
|
433
|
+
- ext/gherkin_lexer_cs/gherkin_lexer_cs.c
|
434
|
+
- ext/gherkin_lexer_pt/extconf.rb
|
435
|
+
- ext/gherkin_lexer_en_lol/extconf.rb
|
436
|
+
- ext/gherkin_lexer_ko/extconf.rb
|
437
|
+
- ext/gherkin_lexer_lu/extconf.rb
|
438
|
+
- ext/gherkin_lexer_fa/extconf.rb
|
460
439
|
- ext/gherkin_lexer_ca/extconf.rb
|
461
|
-
- ext/gherkin_lexer_cs/extconf.rb
|
462
|
-
- ext/gherkin_lexer_cy_gb/extconf.rb
|
463
440
|
- ext/gherkin_lexer_da/extconf.rb
|
464
|
-
- ext/
|
465
|
-
- ext/
|
466
|
-
- ext/
|
467
|
-
- ext/
|
441
|
+
- ext/gherkin_lexer_vi/extconf.rb
|
442
|
+
- ext/gherkin_lexer_ja/extconf.rb
|
443
|
+
- ext/gherkin_lexer_el/extconf.rb
|
444
|
+
- ext/gherkin_lexer_sv/extconf.rb
|
445
|
+
- ext/gherkin_lexer_ru/extconf.rb
|
446
|
+
- ext/gherkin_lexer_it/extconf.rb
|
447
|
+
- ext/gherkin_lexer_hr/extconf.rb
|
448
|
+
- ext/gherkin_lexer_he/extconf.rb
|
449
|
+
- ext/gherkin_lexer_pl/extconf.rb
|
450
|
+
- ext/gherkin_lexer_tr/extconf.rb
|
451
|
+
- ext/gherkin_lexer_uz/extconf.rb
|
452
|
+
- ext/gherkin_lexer_hu/extconf.rb
|
453
|
+
- ext/gherkin_lexer_no/extconf.rb
|
454
|
+
- ext/gherkin_lexer_ar/extconf.rb
|
455
|
+
- ext/gherkin_lexer_tt/extconf.rb
|
468
456
|
- ext/gherkin_lexer_en_pirate/extconf.rb
|
469
|
-
- ext/
|
470
|
-
- ext/gherkin_lexer_en_tx/extconf.rb
|
457
|
+
- ext/gherkin_lexer_en_old/extconf.rb
|
471
458
|
- ext/gherkin_lexer_eo/extconf.rb
|
472
|
-
- ext/gherkin_lexer_es/extconf.rb
|
473
|
-
- ext/gherkin_lexer_et/extconf.rb
|
474
|
-
- ext/gherkin_lexer_fa/extconf.rb
|
475
|
-
- ext/gherkin_lexer_fi/extconf.rb
|
476
459
|
- ext/gherkin_lexer_fr/extconf.rb
|
477
|
-
- ext/
|
460
|
+
- ext/gherkin_lexer_tl/extconf.rb
|
461
|
+
- ext/gherkin_lexer_de/extconf.rb
|
462
|
+
- ext/gherkin_lexer_sk/extconf.rb
|
478
463
|
- ext/gherkin_lexer_hi/extconf.rb
|
479
|
-
- ext/gherkin_lexer_hr/extconf.rb
|
480
|
-
- ext/gherkin_lexer_hu/extconf.rb
|
481
|
-
- ext/gherkin_lexer_id/extconf.rb
|
482
|
-
- ext/gherkin_lexer_is/extconf.rb
|
483
|
-
- ext/gherkin_lexer_it/extconf.rb
|
484
|
-
- ext/gherkin_lexer_ja/extconf.rb
|
485
|
-
- ext/gherkin_lexer_ko/extconf.rb
|
486
|
-
- ext/gherkin_lexer_lt/extconf.rb
|
487
|
-
- ext/gherkin_lexer_lu/extconf.rb
|
488
464
|
- ext/gherkin_lexer_lv/extconf.rb
|
465
|
+
- ext/gherkin_lexer_uk/extconf.rb
|
466
|
+
- ext/gherkin_lexer_bm/extconf.rb
|
467
|
+
- ext/gherkin_lexer_et/extconf.rb
|
468
|
+
- ext/gherkin_lexer_is/extconf.rb
|
469
|
+
- ext/gherkin_lexer_sr_latn/extconf.rb
|
489
470
|
- ext/gherkin_lexer_nl/extconf.rb
|
490
|
-
- ext/gherkin_lexer_no/extconf.rb
|
491
|
-
- ext/gherkin_lexer_pl/extconf.rb
|
492
|
-
- ext/gherkin_lexer_pt/extconf.rb
|
493
471
|
- ext/gherkin_lexer_ro/extconf.rb
|
494
|
-
- ext/
|
495
|
-
- ext/
|
496
|
-
- ext/
|
497
|
-
- ext/gherkin_lexer_sr_latn/extconf.rb
|
498
|
-
- ext/gherkin_lexer_sv/extconf.rb
|
499
|
-
- ext/gherkin_lexer_tl/extconf.rb
|
500
|
-
- ext/gherkin_lexer_tr/extconf.rb
|
501
|
-
- ext/gherkin_lexer_tt/extconf.rb
|
502
|
-
- ext/gherkin_lexer_uk/extconf.rb
|
503
|
-
- ext/gherkin_lexer_uz/extconf.rb
|
504
|
-
- ext/gherkin_lexer_vi/extconf.rb
|
505
|
-
- ext/gherkin_lexer_zh_cn/extconf.rb
|
472
|
+
- ext/gherkin_lexer_en_scouse/extconf.rb
|
473
|
+
- ext/gherkin_lexer_lt/extconf.rb
|
474
|
+
- ext/gherkin_lexer_en/extconf.rb
|
506
475
|
- ext/gherkin_lexer_zh_tw/extconf.rb
|
476
|
+
- ext/gherkin_lexer_id/extconf.rb
|
477
|
+
- ext/gherkin_lexer_zh_cn/extconf.rb
|
478
|
+
- ext/gherkin_lexer_bg/extconf.rb
|
479
|
+
- ext/gherkin_lexer_fi/extconf.rb
|
480
|
+
- ext/gherkin_lexer_es/extconf.rb
|
481
|
+
- ext/gherkin_lexer_sr_cyrl/extconf.rb
|
482
|
+
- ext/gherkin_lexer_en_au/extconf.rb
|
483
|
+
- ext/gherkin_lexer_en_tx/extconf.rb
|
484
|
+
- ext/gherkin_lexer_cy_gb/extconf.rb
|
485
|
+
- ext/gherkin_lexer_cs/extconf.rb
|
507
486
|
homepage: http://github.com/cucumber/gherkin
|
508
487
|
licenses: []
|
488
|
+
metadata: {}
|
509
489
|
post_install_message:
|
510
490
|
rdoc_options:
|
511
491
|
- --charset=UTF-8
|
512
492
|
require_paths:
|
513
493
|
- lib
|
514
494
|
required_ruby_version: !ruby/object:Gem::Requirement
|
515
|
-
none: false
|
516
495
|
requirements:
|
517
496
|
- - ! '>='
|
518
497
|
- !ruby/object:Gem::Version
|
519
498
|
version: '0'
|
520
499
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
521
|
-
none: false
|
522
500
|
requirements:
|
523
501
|
- - ! '>='
|
524
502
|
- !ruby/object:Gem::Version
|
525
503
|
version: '0'
|
526
504
|
requirements: []
|
527
505
|
rubyforge_project:
|
528
|
-
rubygems_version:
|
506
|
+
rubygems_version: 2.0.3
|
529
507
|
signing_key:
|
530
|
-
specification_version:
|
531
|
-
summary: gherkin-2.11.
|
532
|
-
test_files:
|
533
|
-
- features/escaped_pipes.feature
|
534
|
-
- features/feature_parser.feature
|
535
|
-
- features/json_formatter.feature
|
536
|
-
- features/json_parser.feature
|
537
|
-
- features/native_lexer.feature
|
538
|
-
- features/parser_with_native_lexer.feature
|
539
|
-
- features/pretty_formatter.feature
|
540
|
-
- features/step_definitions/eyeball_steps.rb
|
541
|
-
- features/step_definitions/gherkin_steps.rb
|
542
|
-
- features/step_definitions/json_formatter_steps.rb
|
543
|
-
- features/step_definitions/json_parser_steps.rb
|
544
|
-
- features/step_definitions/pretty_formatter_steps.rb
|
545
|
-
- features/steps_parser.feature
|
546
|
-
- features/support/env.rb
|
547
|
-
- spec/gherkin/c_lexer_spec.rb
|
548
|
-
- spec/gherkin/fixtures/1.feature
|
549
|
-
- spec/gherkin/fixtures/comments_in_table.feature
|
550
|
-
- spec/gherkin/fixtures/complex.feature
|
551
|
-
- spec/gherkin/fixtures/complex.json
|
552
|
-
- spec/gherkin/fixtures/complex_for_filtering.feature
|
553
|
-
- spec/gherkin/fixtures/complex_with_tags.feature
|
554
|
-
- spec/gherkin/fixtures/dos_line_endings.feature
|
555
|
-
- spec/gherkin/fixtures/examples_with_only_header.feature
|
556
|
-
- spec/gherkin/fixtures/hantu_pisang.feature
|
557
|
-
- spec/gherkin/fixtures/i18n_fr.feature
|
558
|
-
- spec/gherkin/fixtures/i18n_fr2.feature
|
559
|
-
- spec/gherkin/fixtures/i18n_no.feature
|
560
|
-
- spec/gherkin/fixtures/i18n_pt1.feature
|
561
|
-
- spec/gherkin/fixtures/i18n_pt2.feature
|
562
|
-
- spec/gherkin/fixtures/i18n_pt3.feature
|
563
|
-
- spec/gherkin/fixtures/i18n_pt4.feature
|
564
|
-
- spec/gherkin/fixtures/i18n_zh-CN.feature
|
565
|
-
- spec/gherkin/fixtures/iso-8859-1.feature
|
566
|
-
- spec/gherkin/fixtures/issue_145.feature
|
567
|
-
- spec/gherkin/fixtures/scenario_outline_with_tags.feature
|
568
|
-
- spec/gherkin/fixtures/scenario_without_steps.feature
|
569
|
-
- spec/gherkin/fixtures/simple_with_comments.feature
|
570
|
-
- spec/gherkin/fixtures/simple_with_tags.feature
|
571
|
-
- spec/gherkin/fixtures/with_bom.feature
|
572
|
-
- spec/gherkin/fixtures/with_bom_and_language_spec.feature
|
573
|
-
- spec/gherkin/formatter/ansi_escapes_spec.rb
|
574
|
-
- spec/gherkin/formatter/filter_formatter_spec.rb
|
575
|
-
- spec/gherkin/formatter/json_formatter_spec.rb
|
576
|
-
- spec/gherkin/formatter/model_spec.rb
|
577
|
-
- spec/gherkin/formatter/pretty_formatter_spec.rb
|
578
|
-
- spec/gherkin/formatter/spaces.feature
|
579
|
-
- spec/gherkin/formatter/step_printer_spec.rb
|
580
|
-
- spec/gherkin/formatter/tabs.feature
|
581
|
-
- spec/gherkin/formatter/tag_count_formatter_spec.rb
|
582
|
-
- spec/gherkin/i18n_spec.rb
|
583
|
-
- spec/gherkin/java_lexer_spec.rb
|
584
|
-
- spec/gherkin/json_parser_spec.rb
|
585
|
-
- spec/gherkin/lexer/i18n_lexer_spec.rb
|
586
|
-
- spec/gherkin/native_lexer_spec.rb
|
587
|
-
- spec/gherkin/output_stream_string_io.rb
|
588
|
-
- spec/gherkin/parser/parser_spec.rb
|
589
|
-
- spec/gherkin/rubify_spec.rb
|
590
|
-
- spec/gherkin/sexp_recorder.rb
|
591
|
-
- spec/gherkin/shared/doc_string_group.rb
|
592
|
-
- spec/gherkin/shared/encoding_group.rb
|
593
|
-
- spec/gherkin/shared/lexer_group.rb
|
594
|
-
- spec/gherkin/shared/row_group.rb
|
595
|
-
- spec/gherkin/shared/tags_group.rb
|
596
|
-
- spec/gherkin/tag_expression_spec.rb
|
597
|
-
- spec/spec_helper.rb
|
508
|
+
specification_version: 4
|
509
|
+
summary: gherkin-2.11.7
|
510
|
+
test_files: []
|
598
511
|
has_rdoc:
|