Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd6b335f

Browse files
committed
misc fix
1 parent5751338 commitd6b335f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎pike.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ int re_pikevm(rcode *prog, const char *s, const char **subp, int nsubp)
609609
decref(nsub)
610610
}
611611
break_for:
612-
if (!c)
612+
if (sp==_sp)
613613
break;
614614
tmp=clist;
615615
clist=nlist;

‎test.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ printf '%s\n' "$regex" | while read re; do
481481
fi
482482
var1=$(printf'%s\n'"$var"| tail -1)
483483
if [!"$exp"="$var1" ];then
484-
printf'%s\'"fail test$c regex:$re input:$inp expect:$exp output:$var1"
484+
printf'%s\n'"fail test$c regex:$re input:$inp expect:$exp output:$var1"
485485
exit 1
486486
fi
487487
time=$(printf'%s\n'"$var"| tail -2| head -n1)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp