mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
fix: fix additional formatting issues with diff file
Wrong line numbering is causing issue URLs to not be inserted when processing this diff file
This commit is contained in:
parent
b4b115f060
commit
246bf5d5bf
@ -180,7 +180,7 @@ new file mode 100644
|
|||||||
index 0000000..7cccc5b
|
index 0000000..7cccc5b
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/example_file.tex
|
+++ b/example_file.tex
|
||||||
@@ -0,0 +1,2 @@
|
@@ -0,0 +1,7 @@
|
||||||
+% TODO Add in preamble details
|
+% TODO Add in preamble details
|
||||||
+\begin{document}
|
+\begin{document}
|
||||||
+ \begin{comment}
|
+ \begin{comment}
|
||||||
@ -193,7 +193,7 @@ new file mode 100644
|
|||||||
index 0000000..7cccc5b
|
index 0000000..7cccc5b
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/example_file.jl
|
+++ b/example_file.jl
|
||||||
@@ -0,0 +1,2 @@
|
@@ -0,0 +1,6 @@
|
||||||
+ # TODO: Hopefully this comment turns into an issue
|
+ # TODO: Hopefully this comment turns into an issue
|
||||||
+ print("Hello World")
|
+ print("Hello World")
|
||||||
+ #= TODO: Multiline comments
|
+ #= TODO: Multiline comments
|
||||||
@ -243,7 +243,7 @@ new file mode 100644
|
|||||||
index 0000000..7cccc5b
|
index 0000000..7cccc5b
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/example_file.hbs
|
+++ b/example_file.hbs
|
||||||
@@ -0,0 +1,2 @@
|
@@ -0,0 +1,5 @@
|
||||||
+ <!-- TODO: Hopefully this comment turns into a todo issue -->
|
+ <!-- TODO: Hopefully this comment turns into a todo issue -->
|
||||||
+ {{!
|
+ {{!
|
||||||
+ TODO: Make a handlebar templtate
|
+ TODO: Make a handlebar templtate
|
||||||
@ -254,7 +254,7 @@ new file mode 100644
|
|||||||
index 0000000..7cccc5b
|
index 0000000..7cccc5b
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/example_file.org
|
+++ b/example_file.org
|
||||||
@@ -0,0 +1,2 @@
|
@@ -0,0 +1,9 @@
|
||||||
+ # TODO: Hopefully this comment turns into a todo issue
|
+ # TODO: Hopefully this comment turns into a todo issue
|
||||||
+ #+begin_src python
|
+ #+begin_src python
|
||||||
+ print("Hello World")
|
+ print("Hello World")
|
||||||
@ -435,7 +435,7 @@ new file mode 100644
|
|||||||
index 0000000..a6c6cb0
|
index 0000000..a6c6cb0
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/example.cu
|
+++ b/example.cu
|
||||||
@@ 0,0 +1,8 @@
|
@@ -0,0 +1,8 @@
|
||||||
+
|
+
|
||||||
+// TODO rename this function
|
+// TODO rename this function
|
||||||
+__global__ void test() {
|
+__global__ void test() {
|
||||||
@ -560,7 +560,7 @@ new file mode 100644
|
|||||||
index 0000000..d340f6a
|
index 0000000..d340f6a
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/Counter.sol
|
+++ b/Counter.sol
|
||||||
@@ 0,0 +1,20 @@
|
@@ -0,0 +1,20 @@
|
||||||
+contract Counter {
|
+contract Counter {
|
||||||
+ // TODO: Test this
|
+ // TODO: Test this
|
||||||
+ // Do it
|
+ // Do it
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user