I found some more namespace tests

These all now pass with my namespace diffs
Esse commit está contido em:
Paul Tarjan
2013-05-10 14:54:43 -07:00
commit de Sara Golemon
commit eed19d46ac
33 arquivos alterados com 1 adições e 2 exclusões
@@ -1,3 +1,2 @@
NULL
HipHop Fatal error: %a
@@ -1,5 +1,4 @@
object(foo\test)#%d (0) {
}
NULL
HipHop Fatal error: %a
+1
Ver Arquivo
@@ -396,6 +396,7 @@ def walk(filename, source):
# PHP puts a newline in that we don't
exp = exp.replace('\n\nFatal error:', '\nFatal error:')
exp = exp.replace('\n\nCatchable fatal error:', '\nCatchable fatal error:')
exp = exp.replace('\n\nWarning:', '\nWarning:')
exp = exp.replace('\n\nNotice:', '\nNotice:')