On Mon, 21 Jul 2003, Cliff Woolley wrote: > > Ok, here's a small test file that shows that that > > mod_include patch is not working properly (using > > mod_bucketeer notation, all one line): > > > > Before If <!-- comment --><!--#if expr="$FALSE" -->Anything^FNothing<!--#else > > -->SomethingElse<!--#endif --><!-- right after if -->After if
I just added this exact test to httpd-test. But it passes for me. Are you sure you have a cleanly-patched mod_include? Maybe there's a remnant of a prior patch left in there? The test file is at: http://cvs.apache.org/viewcvs/*checkout*/httpd-test/perl-framework/t/htdocs/modules/include/bucketeer/y7.shtml I checked it twice but you can look over it too. The test result I get is: # testing : GET /modules/include/bucketeer/y7.shtml # expected: Before If <!-- comment -->SomethingElse<!-- right after if -->After if # received: Before If <!-- comment -->SomethingElse<!-- right after if -->After if ok 55 ok All tests successful. --Cliff
