maint: avoid syntax-check failure from previous commit

* tests/seq/seq-long-double.sh: Place comma after "I.e.".
This commit is contained in:
Collin Funk
2025-09-02 21:13:02 -07:00
parent 701416709d
commit 8f6430666f

View File

@@ -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_