aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline/version.rb
diff options
context:
space:
mode:
authorSchneems <richard.schneeman+foo@gmail.com>2023-12-04 17:34:12 -0600
committergit <svn-admin@ruby-lang.org>2023-12-05 17:51:29 +0000
commitc175e265dae7c7192f9cf4ecbbc1c29c0491ef16 (patch)
treedf20bb587089748332780e236923fb95d27dbaff /lib/reline/version.rb
parent6d39d6d2143f7b910f310de0ff92772839ac72a2 (diff)
downloadruby-c175e265dae7c7192f9cf4ecbbc1c29c0491ef16.tar.gz
[ruby/syntax_suggest] Remove duplicate error messages
Before: ``` Expected a newline or semicolon after the statement Cannot parse the expression Expected a newline or semicolon after the statement Cannot parse the expression 1 describe "webmock tests" do 22 it "body" do 27 query = Cutlass::FunctionQuery.new( > 28 port: port > 29 body: body 30 ).call 34 end 35 end ``` After: ``` Expected a newline or semicolon after the statement Cannot parse the expression 1 describe "webmock tests" do 22 it "body" do 27 query = Cutlass::FunctionQuery.new( > 28 port: port > 29 body: body 30 ).call 34 end 35 end ``` https://github.com/ruby/syntax_suggest/commit/becf097e5e
Diffstat (limited to 'lib/reline/version.rb')
0 files changed, 0 insertions, 0 deletions