CVS log for src/tests/usr.bin/indent/Attic/opt-bap+sob.0.stdout
Up to [cvs.NetBSD.org] / src / tests / usr.bin / indent
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.3
Sat Oct 23 20:30:23 2021 UTC (3 years, 2 months ago) by rillig
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
FILE REMOVED
Changes since revision 1.2: +1 -1
lines
tests/indent: migrate test for '-bap -sob' to t_options
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Mar 14 01:34:13 2021 UTC (3 years, 10 months ago) by rillig
Branches: MAIN
CVS tags: cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3
lines
indent: fix off-by-one error in comment wrapping
The manual page says that the default maximum length of a comment line
is 78. The test 'comments.0' wrongly assumed that this 78 would refer
to the maximum _column_ allowed, which is off by one.
Fix the wording in the test 'comments.0' and remove the (now satisfied)
expectation comments in the test 'token-comment.0'.
Several other tests just happened to hit that limit, fix these as well.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Mar 8 22:13:05 2021 UTC (3 years, 10 months ago) by rillig
Branches: MAIN
tests/indent: demonstrate wrong removed empty line before '//'
CVSweb <webmaster@jp.NetBSD.org>