freebsd-dev/usr.bin/calendar/tests
Stefan Eßer 35b8fd0b69 usr.bin/calendar: do not treat // in text as comment
The C++-style comment marker "//" has been added with the rewrite of
the preprocessor features. Since this character sequence occurs	in
ULRS, the reminder of the URL was considered a comment and stripped
from the calendar line.

Change parsing of "//" to only start a comment at the begin of a line
or when	preceeded by a white-space character.

PR:		256455
Reported by:	Philippe Michel (philippe.michel7 at free.fr)
MFC after:	3 days
2021-06-07 15:55:23 +02:00
..
calendar.calibrate Fix calculation of the recurring weekdays 2020-04-03 01:17:43 +00:00
calendar.comment usr.bin/calendar: do not treat // in text as comment 2021-06-07 15:55:23 +02:00
calendar.cond Add regression tests for conditions and comments 2020-11-04 22:29:01 +00:00
comment_test.sh Add regression tests for conditions and comments 2020-11-04 22:29:01 +00:00
comment.sh Add regression tests for conditions and comments 2020-11-04 22:29:01 +00:00
cond_test.sh Add regression tests for conditions and comments 2020-11-04 22:29:01 +00:00
cond.sh Add regression tests for conditions and comments 2020-11-04 22:29:01 +00:00
legacy_test.sh
Makefile Install 2 forgotten shell scripts required to run the tests 2020-12-11 13:23:59 +00:00
Makefile.depend
regress.a1.out
regress.a2.out
regress.a3.out
regress.a4.out
regress.a5.out
regress.b1.out
regress.b2.out
regress.b3.out
regress.b4.out
regress.b5.out
regress.comment.out usr.bin/calendar: do not treat // in text as comment 2021-06-07 15:55:23 +02:00
regress.cond.out Add regression tests for conditions and comments 2020-11-04 22:29:01 +00:00
regress.s1.out
regress.s2.out
regress.s3.out
regress.s4.out
regress.s5.out Print calendar entries in the order they occur 2020-10-30 15:43:52 +00:00
regress.sh Fix calculation of the recurring weekdays 2020-04-03 01:17:43 +00:00
regress.w0-1.out
regress.w0-2.out
regress.w0-3.out
regress.w0-4.out
regress.w0-5.out
regress.w0-6.out
regress.w0-7.out
regress.wn-1.out
regress.wn-2.out
regress.wn-3.out
regress.wn-4.out
regress.wn-5.out
regress.wn-6.out
regress.wn-7.out