Blob Blame History Raw
From 9a07ec79d78602e39367fa745767678886a6635c Mon Sep 17 00:00:00 2001
From: "Colin B. Macdonald" <cbm@m.fsf.org>
Date: Tue, 26 Jul 2016 21:43:50 -0700
Subject: [PATCH] minor doctest fix

---
 inst/private/undo_highbyte_escapes.m | 1 +
 1 file changed, 1 insertion(+)

diff --git a/inst/private/undo_highbyte_escapes.m b/inst/private/undo_highbyte_escapes.m
index 91791d4..9ab0e9b 100644
--- a/inst/private/undo_highbyte_escapes.m
+++ b/inst/private/undo_highbyte_escapes.m
@@ -11,6 +11,7 @@
 %   >> r = undo_highbyte_escapes(s)
 %   r = \xe2\x8c\x88y\xe2\x8c\x89
 %
+%
 %   FIXME: do a vectorized implementation, or at least skip
 %   continuous chunks of ascii
 %