mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 15:22:59 +00:00
Unit tests for testing escaping
This commit is contained in:
19
tests/test_escape.diff
Normal file
19
tests/test_escape.diff
Normal 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
|
||||
Reference in New Issue
Block a user