We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sample.go
https://github.com/mongodb/mongo-go-driver/blob/v1.14.0/bson/bsonrw/json_scanner.go
$ go run vendor/go.mongodb.org/mongo-driver/bson/bsonrw/json_scanner.go // package command-line-arguments is not a main package
$ yaegi vendor/go.mongodb.org/mongo-driver/bson/bsonrw/json_scanner.go // run: vendor/go.mongodb.org/mongo-driver/bson/bsonrw/json_scanner.go:218:3: undefined: evalNextEscapeChar
0.15.1
This blocks a middleware I've written that does a MongoDB query.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following program
sample.go
triggers an unexpected resultExpected result
Got
Yaegi Version
0.15.1
Additional Notes
This blocks a middleware I've written that does a MongoDB query.
The text was updated successfully, but these errors were encountered: