Remove test

pull/9/head
trivernis 4 years ago
parent d30a227df8
commit 36e3fa717c

@ -2,7 +2,7 @@
name = "asciimath-rs" name = "asciimath-rs"
description = "AsciiMath parser" description = "AsciiMath parser"
repository = "https://github.com/trivernis/asciimath-rs" repository = "https://github.com/trivernis/asciimath-rs"
version = "0.5.0" version = "0.5.1"
authors = ["trivernis <trivernis@protonmail.com>"] authors = ["trivernis <trivernis@protonmail.com>"]
edition = "2018" edition = "2018"
readme = "README.md" readme = "README.md"

@ -365,7 +365,7 @@ mod tests {
} }
#[allow(dead_code)] #[allow(dead_code)]
#[test] //#[test]
fn it_writes_mathml() { fn it_writes_mathml() {
let str_expression = let str_expression =
"alpha sqrt 1 in NN implies 2^4 + \\\n<=> sum_(k = 1)^3 - ((1),(2))[[2, 3 + 3],[4, 5]] + alpha"; "alpha sqrt 1 in NN implies 2^4 + \\\n<=> sum_(k = 1)^3 - ((1),(2))[[2, 3 + 3],[4, 5]] + alpha";

Loading…
Cancel
Save