(t *testing.T)
| 658 | } |
| 659 | |
| 660 | func TestFlagSetParse(t *testing.T) { |
| 661 | testParse(NewFlagSet("test", ContinueOnError), t) |
| 662 | } |
| 663 | |
| 664 | func TestParseRepeated(t *testing.T) { |
| 665 | fs := NewFlagSet("test repeated", ContinueOnError) |
nothing calls this directly
no test coverage detected