-
Notifications
You must be signed in to change notification settings - Fork 915
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tab as literal to cudf::test::to_string output (#13993)
Adds escaped `\\t` to the `cudf::test::to_string()` output. Found this while working on #13891 where the output included tabs but was shown as a various number of spaces in the console when using `cudf::test::print()`. Also added `\\b` for good measure as well as a gtest for all the supported escape sequences. Authors: - David Wendt (https://github.com/davidwendt) Approvers: - Bradley Dice (https://github.com/bdice) - Vukasin Milovanovic (https://github.com/vuule) URL: #13993
- Loading branch information
1 parent
e63f641
commit ed754da
Showing
2 changed files
with
14 additions
and
1 deletion.
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