-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refine `+` method * Add a test * Update tests/testthat/test-glue.R Co-authored-by: Hadley Wickham <h.wickham@gmail.com> * Add a test for `+`ing size incompatible inputs * Tidy up these tests * Treat `NULL` like `character()` in `+` This is different from what's planned for `glue_data()` / `glue()` in #246, but I think it's what we want. In any case, it preserves existing behaviour. If we want something else, it would need to happen in #246, possibly as part of an edition. * Tweak NEWS --------- Co-authored-by: Hadley Wickham <h.wickham@gmail.com>
- Loading branch information
Showing
4 changed files
with
43 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters