Skip to content

Commit 4299900

Browse files
committed
correct escaping in tool R script message
1 parent 6e0dbfa commit 4299900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/sort-gallery.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ xfun::file_string(yaml_file) |>
2222

2323
## TODO: make a TS or Python script for a new parser / writer
2424
## Then run this at each PR of a YAML file for gallery
25-
rlang::warn("Please do check source control from reformatting problem (like newlines `\n` and quotes `\"` not removed.")
25+
rlang::warn("Please do check source control from reformatting problem (like newlines `\\n` and quotes `\"` not removed.")

0 commit comments

Comments
 (0)