;dev: csvtest.sh: note need for 1+ lines above RULES

This commit is contained in:
Simon Michael 2023-01-11 21:37:25 -10:00
parent 8c496b7f06
commit c95c4ca8d6

View File

@ -2,7 +2,7 @@
# #
# sh version, ported from bash so freebsd users can run these tests. # sh version, ported from bash so freebsd users can run these tests.
# This scripts expects stdin formatted like this: # This scripts expects stdin formatted like this:
# <multi-line csv file> # <multi-line csv file (at least one line required, even if blank)>
# RULES # RULES
# <multi-line rules> # <multi-line rules>
# #