From 36e3fa717c779f27fcdeab989e3a5d1f948445f2 Mon Sep 17 00:00:00 2001 From: trivernis Date: Fri, 7 Aug 2020 16:01:35 +0200 Subject: [PATCH] Remove test --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d37219e..e858f25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "asciimath-rs" description = "AsciiMath parser" repository = "https://github.com/trivernis/asciimath-rs" -version = "0.5.0" +version = "0.5.1" authors = ["trivernis "] edition = "2018" readme = "README.md" diff --git a/src/lib.rs b/src/lib.rs index eb0e6c8..8e305ca 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -365,7 +365,7 @@ mod tests { } #[allow(dead_code)] - #[test] + //#[test] fn it_writes_mathml() { let str_expression = "alpha sqrt 1 in NN implies 2^4 + \\\n<=> sum_(k = 1)^3 - ((1),(2))[[2, 3 + 3],[4, 5]] + alpha";