Update doc

This commit is contained in:
Wilson Lin 2021-02-07 01:57:09 +11:00
parent 261f3f6461
commit 849a2d9dc1
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ pub fn copy(code: &[u8], cfg: &Cfg) -> Result<Vec<u8>, Error> {
/// assert_eq!(message, "Unexpected closing tag."); /// assert_eq!(message, "Unexpected closing tag.");
/// assert_eq!(code_context, concat!( /// assert_eq!(code_context, concat!(
/// "1|<p></div>\n", /// "1|<p></div>\n",
/// ">| R \n", /// ">| ^ \n",
/// )); /// ));
/// } /// }
/// }; /// };