We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbebd48 commit b92abadCopy full SHA for b92abad
2 files changed
src/testdir/test_channel.py
@@ -133,7 +133,7 @@ def handle(self):
133
elif decoded[1] == '!quit!':
134
# we're done
135
self.server.shutdown()
136
- break
+ return
137
elif decoded[1] == '!crash!':
138
# Crash!
139
42 / 0
src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
747
748
static int included_patches[] =
749
{ /* Add new patch number below this line */
750
+/**/
751
+ 1291,
752
/**/
753
1290,
754
0 commit comments