Annotation of embedaddon/php/tests/lang/comments2.phpt, revision 1.1

1.1     ! misho       1: --TEST--
        !             2: #-style comments (part 2)
        !             3: --FILEEOF--
        !             4: <?php
        !             5: if (1) {
        !             6: ?>
        !             7: #<?php }
        !             8: --EXPECT--
        !             9: #

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>