Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
ensure at least one test case for parsing @whatever without a leading…
… space
  • Loading branch information
andrewmbenton committed Oct 13, 2023
commit 0269502d9d567d216ecb2d3435d5153e39c73e09
4 changes: 2 additions & 2 deletions internal/metadata/meta_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func TestParseQueryParams(t *testing.T) {
},
{
" name: CreateFoo :one",
" @param foo_id UUID",
"@param foo_id UUID",
" invalid",
},
{
Expand Down Expand Up @@ -106,7 +106,7 @@ func TestParseQueryFlags(t *testing.T) {
},
{
" name: CreateFoo :one ",
" @flag-foo ",
"@flag-foo ",
},
{
" name: CreateFoo :one",
Expand Down