File: remove-spectral

package info (click to toggle)
rust-html2md 0.2.15-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 484 kB
  • sloc: makefile: 2
file content (49 lines) | stat: -rw-r--r-- 1,369 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Index: html2md/tests/integration.rs
===================================================================
--- html2md.orig/tests/integration.rs
+++ html2md/tests/integration.rs
@@ -1,11 +1,11 @@
 extern crate html2md;
-extern crate spectral;
+//extern crate spectral;
 
 use html2md::parse_html;
 use std::fs::File;
 use std::io::prelude::*;
 
-use spectral::prelude::*;
+//use spectral::prelude::*;
 use indoc::indoc;
 
 #[test]
@@ -32,7 +32,7 @@ fn test_cheatsheet() {
     //assert_eq!(md, md_parsed);
 }
 
-/// newlines after list shouldn't be converted into text of the last list element
+/* /// newlines after list shouldn't be converted into text of the last list element
 #[test]
 fn test_list_newlines() {
     let mut html = String::new();
@@ -94,4 +94,4 @@ fn test_tables_crash2() {
         |       Fees        |                  No fee.                   |
         |      Water:       |                 No water.                  |"
     });
-}
\ No newline at end of file
+}*/
\ No newline at end of file
Index: html2md/Cargo.toml
===================================================================
--- html2md.orig/Cargo.toml
+++ html2md/Cargo.toml
@@ -63,9 +63,6 @@ version = "2"
 [dev-dependencies.pretty_assertions]
 version = "1"
 
-[dev-dependencies.spectral]
-version = "0.6.0"
-
 [badges.gitlab]
 branch = "master"
 repository = "Kanedias/html2md"