mirror of
https://github.com/Threnklyn/jira.git
synced 2026-06-13 08:03:33 +02:00
update dependencies
This commit is contained in:
+1
-1
@@ -84,8 +84,8 @@ quote:
|
||||
inQuote = true
|
||||
}
|
||||
buf.WriteString(word[0:i])
|
||||
word = word[i+1:]
|
||||
}
|
||||
word = word[i+1:]
|
||||
if inQuote {
|
||||
buf.WriteByte('\'')
|
||||
inQuote = false
|
||||
|
||||
+1
@@ -27,4 +27,5 @@ var simpleJoinTest = []struct {
|
||||
{[]string{"one", "", "three"}, "one '' three"},
|
||||
{[]string{"some(parentheses)"}, "some\\(parentheses\\)"},
|
||||
{[]string{"$some_ot~her_)spe!cial_*_characters"}, "\\$some_ot~her_\\)spe\\!cial_\\*_characters"},
|
||||
{[]string{"' "}, "\\'' '"},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user