Unit tests for testing escaping

This commit is contained in:
Christoph Koschel
2023-07-08 21:19:27 +02:00
parent 85df7d016a
commit b11a016430
2 changed files with 43 additions and 1 deletions

19
tests/test_escape.diff Normal file
View File

@@ -0,0 +1,19 @@
diff --git a/tests/ExampleFile.java b/tests/ExampleFile.java
index d340f6a..29b54da 100644
--- a/tests/ExampleFile.java
+++ b/tests/ExampleFile.java
@@ -1,13 +1,5 @@
package com.mydomain.myapp;
public class JavaTests {
- // TODO: Some Java
- // # Some title
- // <SomeTag>
- /*
- TODO: Definitely some Java
- # Another title
- <AnotherTag>
- */
}
\ No newline at end of file