Annotation of embedaddon/php/tests/lang/026.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: Testing string scanner confirmance
                      3: --FILE--
                      4: <?php echo "\"\t\\'" . '\n\\\'a\\\b\\' ?>
                      5: --EXPECT--
                      6: "      \'\n\'a\\b\

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