Annotation of OpenXM/src/kxx/oxweave.test, Revision 1.1
1.1 ! takayama 1: /*&jp
! 2: This is a test
! 3: of / *
! 4: */
! 5: //&jp This is a test of / / &
! 6: /*&C
! 7: This is a test of
! 8: / * & C
! 9: */
! 10: This is out of the comments 1.
! 11: /* This is a regular comment. */
! 12: This is out of the comments 2.
! 13: /*&jp
! 14: This is a /* comment */ recuriseve.
! 15: */
! 16: oxweave --plain jp <oxweave.test
! 17: oxweave jp <oxweave.test
! 18: oxweave C <oxweave.test
! 19: oxweave --recursive --plain jp <oxweave.test
! 20: oxweave --recursive C <oxweave.test
! 21:
! 22:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>