mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 13:56:44 +00:00
19 lines
405 B
Diff
19 lines
405 B
Diff
diff --git a/tests/ExampleFile.java b/tests/ExampleFile.java
|
|
index d340f6a..29b54da 100644
|
|
--- a/tests/ExampleFile.java
|
|
+++ b/tests/ExampleFile.java
|
|
@@ -0,0 +1,13 @@
|
|
+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
|