Skip to content

Commit 1108a4e

Browse files
committed
fix concatenation bug
1 parent 00fc598 commit 1108a4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • hypothesis-python/src/hypothesis/internal/conjecture

hypothesis-python/src/hypothesis/internal/conjecture/providers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,14 +193,14 @@
193193
"Ⱥ",
194194
"Ⱦ",
195195
# ligatures
196-
"æœÆŒffʤʨß"
196+
"æœÆŒffʤʨß",
197197
# emoticons
198198
"(╯°□°)╯︵ ┻━┻)",
199199
# emojis
200200
"😍",
201201
"🇺🇸",
202202
# emoji modifiers
203-
"🏻" # U+1F3FB Light Skin Tone,
203+
"🏻", # U+1F3FB Light Skin Tone,
204204
"👍🏻", # 👍 followed by U+1F3FB
205205
# RTL text
206206
"الكل في المجمو عة",

0 commit comments

Comments
 (0)