From 8f6430666f38de8950c328ece66a5b5e9ebaaee4 Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Tue, 2 Sep 2025 21:13:02 -0700 Subject: [PATCH] maint: avoid syntax-check failure from previous commit * tests/seq/seq-long-double.sh: Place comma after "I.e.". --- tests/seq/seq-long-double.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/seq/seq-long-double.sh b/tests/seq/seq-long-double.sh index eaf812d3bc..356ee6e3a1 100755 --- a/tests/seq/seq-long-double.sh +++ b/tests/seq/seq-long-double.sh @@ -44,7 +44,7 @@ printf "$a\n$b\n" > exp || framework_failure_ compare exp out || fail=1 # Test case fixed in v9.8 -# I.e. All digit start, with non digits end +# I.e., All digit start, with non digits end a=18446744073709551617 seq $a inf | head -n1 > out || fail=1 printf "$a\n" > exp || framework_failure_ -- 2.47.3