remove string restriction on atserver (#4499)

This commit is contained in:
kesonan
2024-12-17 11:59:30 +08:00
committed by GitHub
parent dbed1ea042
commit 89ecb50005
5 changed files with 4 additions and 13 deletions

View File

@@ -305,6 +305,7 @@ func TestParser_Parse_atServerStmt(t *testing.T) {
"prefix3:": "v1/v2_",
"prefix4:": "a-b-c",
"summary:": `"test"`,
"key:": `"bar"`,
}
p := New("foo.api", atServerTestAPI)