mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
test(python): corrected diff markup in examples for number of lines
This commit is contained in:
parent
7e5a3854eb
commit
bd48a8a12c
@ -51,7 +51,7 @@ diff --git a/tests/example_file.py b/tests/example_file.py
|
||||
index 525e25d..ba4e68d 100644
|
||||
--- a/tests/example_file.py
|
||||
+++ b/tests/example_file.py
|
||||
@@ -1,7 +1,2 @@
|
||||
@@ -1,23 +1,2 @@
|
||||
def hello_world():
|
||||
- # TODO: Come up with a more imaginative greeting
|
||||
print('Hello world')
|
||||
|
||||
@ -53,7 +53,7 @@ new file mode 100644
|
||||
index 0000000..525e25d
|
||||
--- /dev/null
|
||||
+++ b/tests/example_file.py
|
||||
@@ -0,0 +1,7 @@
|
||||
@@ -0,0 +1,23 @@
|
||||
+def hello_world():
|
||||
+ # TODO: Come up with a more imaginative greeting
|
||||
+ print('Hello world')
|
||||
@ -77,6 +77,7 @@ index 0000000..525e25d
|
||||
+ kept together as one.
|
||||
+ '''
|
||||
+ pass
|
||||
\ No newline at end of file
|
||||
diff --git a/tests/example_file.rb b/tests/example_file.rb
|
||||
new file mode 100644
|
||||
index 0000000..e6da2ec
|
||||
|
||||
Loading…
Reference in New Issue
Block a user