< prev index next >

bots/mlbridge/src/test/java/org/openjdk/skara/bots/mlbridge/TextToMarkdownTests.java

Print this page
*** 38,9 ***
      void indented() {
          assertEquals("&#32;      hello", TextToMarkdown.escapeFormatting("       hello"));
      }
  
      @Test
!     void preserveQuouting() {
          assertEquals("> quoted", TextToMarkdown.escapeFormatting("> quoted"));
      }
  }
--- 38,9 ---
      void indented() {
          assertEquals("&#32;      hello", TextToMarkdown.escapeFormatting("       hello"));
      }
  
      @Test
!     void preserveQuoting() {
          assertEquals("> quoted", TextToMarkdown.escapeFormatting("> quoted"));
      }
  }
< prev index next >