Fix tests for ArgsOrIn

main v0.20.7
Rob Muhlestein 1 year ago
parent a347457a51
commit f73eb98915
No known key found for this signature in database
GPG Key ID: 7542BA4ED72E5D81

@ -28,6 +28,9 @@ func ExampleArgsOrIn_read_Nil() {
// Output:
// some thing
// input
//
// with blank line
}
func ExampleArgsOrIn_read_Zero_Args() {
@ -40,6 +43,9 @@ func ExampleArgsOrIn_read_Zero_Args() {
// Output:
// some thing
// input
//
// with blank line
}
func ExampleArgsOrIn_args_Joined() {

Loading…
Cancel
Save