github.com/dop251/goja@v0.0.0-20240220182346-e401ed450204/ftoa/ftobasestr_test.go (about) 1 package ftoa 2 3 import "testing" 4 5 func TestFToBaseStr(t *testing.T) { 6 if s := FToBaseStr(0.8466400793967279, 36); s != "0.uh8u81s3fz" { 7 t.Fatal(s) 8 } 9 }