examples/general/SRL/spec/integration_spec.rb in rley-0.5.12 vs examples/general/SRL/spec/integration_spec.rb in rley-0.5.13

- old
+ new

@@ -378,11 +378,10 @@ result = parse('capture (anything once or more) as "foo" until literally "m"') expect(result).to be_success regexp = regexp_repr(result) expect(regexp.to_str).to eq('(?<foo>.+)m') - end - + end end # context context 'Parsing anchors:' do it 'should parse begin anchors' do result = parse('starts with literally "match"')