fmt
This commit is contained in:
parent
8de55d266c
commit
978e609f29
2
Makefile
2
Makefile
@ -21,7 +21,7 @@ bench:
|
||||
go test -benchmem -bench=. ./php5
|
||||
go test -benchmem -bench=. ./php7
|
||||
|
||||
compile: ./php5/php5.go ./php7/php7.go ./scanner/scanner.go
|
||||
compile: ./php5/php5.go ./php7/php7.go ./scanner/scanner.go fmt
|
||||
sed -i '' -e 's/yyErrorVerbose = false/yyErrorVerbose = true/g' ./php7/php7.go
|
||||
sed -i '' -e 's/yyErrorVerbose = false/yyErrorVerbose = true/g' ./php5/php5.go
|
||||
rm -f y.output
|
||||
|
@ -347,7 +347,6 @@ const yyErrCode = 2
|
||||
const yyInitialStackSize = 16
|
||||
|
||||
//line php5/php5.y:6789
|
||||
|
||||
type simpleIndirectReference struct {
|
||||
all []*expr.Variable
|
||||
last *expr.Variable
|
||||
|
12716
php5/php5_test.go
12716
php5/php5_test.go
File diff suppressed because it is too large
Load Diff
11137
php7/php7_test.go
11137
php7/php7_test.go
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user