diff options
author | schneems <[email protected]> | 2022-11-29 14:09:20 -0600 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2022-11-30 12:58:47 +0900 |
commit | d6e91784ab78c25e864869b05a149e7c9cfeab7d (patch) | |
tree | 9f6d98f11deeeff36f236c79db601f30e5f0acdf /spec/syntax_suggest/unit/cli_spec.rb | |
parent | 33a9a7fd8d22ea5d87789e64a931dd03d28d9407 (diff) |
Update SyntaxSuggest to use angle brackets `>`
```
$ ruby tool/sync_default_gems.rb syntax_suggest
Sync ruby/syntax_suggest
```
https://github.com/ruby/syntax_suggest/pull/161
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/6831
Diffstat (limited to 'spec/syntax_suggest/unit/cli_spec.rb')
-rw-r--r-- | spec/syntax_suggest/unit/cli_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/syntax_suggest/unit/cli_spec.rb b/spec/syntax_suggest/unit/cli_spec.rb index fecf3e304c..23412f0193 100644 --- a/spec/syntax_suggest/unit/cli_spec.rb +++ b/spec/syntax_suggest/unit/cli_spec.rb @@ -58,7 +58,7 @@ module SyntaxSuggest expect(exit_obj.called?).to be_truthy expect(exit_obj.value).to eq(1) - expect(out.strip).to include("❯ 36 def filename") + expect(out.strip).to include("> 36 def filename") end it "parses valid code with flags" do |