Skip to content

Commit

Permalink
#207: Escape \ for jira {noformat} macros
Browse files Browse the repository at this point in the history
  • Loading branch information
dgroup committed Oct 3, 2020
1 parent 00db060 commit 6c0c5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lazylead/task/accuracy/stacktrace.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module Lazylead
# Java stacktrace or Oracle errors in {noformat} section
class Stacktrace < Lazylead::Requirement
def initialize(score = 3)
super "Stacktrace/errors in *\{noformat\}* for JIRA indexing", score,
super "Stacktrace/errors in *\\{noformat\\}* for JIRA indexing", score,
"Description"
end

Expand Down

0 comments on commit 6c0c5df

Please sign in to comment.