Fix tests for ArgsOrIn

main v0.20.7
Rob Muhlestein 2 years 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: // Output:
// some thing // some thing
// input
//
// with blank line
} }
func ExampleArgsOrIn_read_Zero_Args() { func ExampleArgsOrIn_read_Zero_Args() {
@ -40,6 +43,9 @@ func ExampleArgsOrIn_read_Zero_Args() {
// Output: // Output:
// some thing // some thing
// input
//
// with blank line
} }
func ExampleArgsOrIn_args_Joined() { func ExampleArgsOrIn_args_Joined() {

Loading…
Cancel
Save