Skip to content

Commit

Permalink
ui console: show "fault-only" as "f[ault-only]" in --help
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed May 25, 2023
1 parent e0d5aa2 commit d8f3fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/test/unit/autorunner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ def keyword_display(keywords)
n = 1
end
i += 1
keyword.sub(/^(.{#{n}})([A-Za-z]+)(?=\w*$)/, '\\1[\\2]')
keyword.sub(/^(.{#{n}})([A-Za-z-]+)(?=\w*$)/, '\\1[\\2]')
end.join(", ")
end

Expand Down

0 comments on commit d8f3fc8

Please sign in to comment.