File: disable-test-format-rust-expression.patch

package info (click to toggle)
rust-insta 1.45.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,080 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 434 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/src/utils.rs
+++ b/src/utils.rs
@@ -119,3 +119,3 @@
 
-#[test]
+/*#[test]
 fn test_format_rust_expression() {
@@ -125,4 +125,4 @@ fn test_format_rust_expression() {
     assert_snapshot!(format_rust_expression(r#"    "aoeu""#), @r#""aoeu""#);
     assert_snapshot!(format_rust_expression(r#"  "aoe😄""#), @r#""aoe😄""#);
     assert_snapshot!(format_rust_expression("😄😄😄😄😄"), @"😄😄😄😄😄")
-}
+}*/