chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e894051
)
subst: Temporarily comment out the test
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 15 May 2022 12:40:46 +0000
(13:40 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 15 May 2022 13:24:11 +0000
(14:24 +0100)
There is so much reorg here. I don't want to keep editing this.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/shapelib.rs
patch
|
blob
|
history
diff --git
a/src/shapelib.rs
b/src/shapelib.rs
index 1e9346eb70dbf40475a8eed448ac39dade607e3a..570ef9d4423697fc0bb4ab2356ea2d53f4283a8d 100644
(file)
--- a/
src/shapelib.rs
+++ b/
src/shapelib.rs
@@
-1085,6
+1085,7
@@
fn substn(before: &str, needle: &'static str, replacement: &str)
subst_general(before, needle, replacement)?.0
}
+/*
#[test]
fn test_subst() {
use SubstErrorKind as SEK;
@@
-1108,6
+1109,7
@@
fn test_subst() {
assert_eq!(s.finish().unwrap(), "a die".to_owned());
assert_eq!(n, 2);
}
+*/
#[throws(LibraryLoadError)]
fn format_item_name(item_prefix: &str, fe: &FileData, item_suffix: &str)