From dc51735112d3649dc44372bb6b0edeceb3ab4f70 Mon Sep 17 00:00:00 2001 From: Petros Amoiridis Date: Thu, 30 Mar 2023 17:57:14 +0300 Subject: [PATCH] Fix doctests --- crates/util/src/test/marked_text.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/util/src/test/marked_text.rs b/crates/util/src/test/marked_text.rs index c2aaca3831..dc91e7b5b6 100644 --- a/crates/util/src/test/marked_text.rs +++ b/crates/util/src/test/marked_text.rs @@ -87,21 +87,21 @@ pub fn marked_text_ranges_by( /// 1. To mark a range of text, surround it with the `«` and `»` angle brackets, /// which can be typed on a US keyboard with the `alt-|` and `alt-shift-|` keys. /// -/// ``` +/// ```text /// foo «selected text» bar /// ``` /// /// 2. To mark a single position in the text, use the `ˇ` caron, /// which can be typed on a US keyboard with the `alt-shift-t` key. /// -/// ``` +/// ```text /// the cursors are hereˇ and hereˇ. /// ``` /// /// 3. To mark a range whose direction is meaningful (like a selection), /// put a caron character beside one of its bounds, on the inside: /// -/// ``` +/// ```text /// one «ˇreversed» selection and one «forwardˇ» selection /// ``` pub fn marked_text_ranges(