#63: print valid code even without meta

This commit is contained in:
z7zmey
2018-12-17 15:24:13 +02:00
parent f2e5271e2a
commit 02a77f7fb0
9 changed files with 1859 additions and 5463 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1491,6 +1491,7 @@ func TestParseAndPrintComplexString3(t *testing.T) {
src := `<?php
"test ${foo}" ;
"test ${foo[0]}";
"test ${foo::$bar}";
"test ${foo }" ;
"test ${foo . 'bar' }" ;
"test ${foo [ ] }" ;

File diff suppressed because it is too large Load Diff