google / starlark-go

Starlark in Go: the Starlark configuration language, implemented in Go
BSD 3-Clause "New" or "Revised" License
2.3k stars 209 forks source link

starlark: fix float % float bug #308

Closed alandonovan closed 3 years ago

alandonovan commented 3 years ago

We had a test, but the test was wrong.

Fixes issue #307