#63: print valid code even without meta
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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
Reference in New Issue
Block a user