Skip to main content
Glama
emicklei

melrōse musical expression player

by emicklei
statements_test.go365 B
package server import "testing" func Test_removeTrailingWithspace(t *testing.T) { src := `// test me ` s, l := removeTrailingWhitespace(src, 6) if got, want := l, 3; got != want { t.Errorf("got [%v:%T] want [%v:%T]", got, got, want, want) } if got, want := s, `// test me`; got != want { t.Errorf("got [%v:%T] want [%v:%T]", got, got, want, want) } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/emicklei/melrose'

If you have feedback or need assistance with the MCP directory API, please join our Discord server