Skip to content

Commit

Permalink
fix QuoteWithChars
Browse files Browse the repository at this point in the history
  • Loading branch information
mdigger committed Aug 12, 2017
1 parent 2c6fa00 commit d0534ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ var (
}
// QuoteWithChars contains a list of characters that require to wrap the
// string in the output in quotation marks.
QuoteWithChars = " \t\r\n\"=:\\/-"
QuoteWithChars = " \t\r\n\"="
)

// buffers pool
Expand Down

0 comments on commit d0534ff

Please sign in to comment.