mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
Update tests
This commit is contained in:
parent
2e616931bb
commit
f8090bda34
@ -364,15 +364,6 @@ index 0000000..a6c6cb0
|
||||
-<Label Text="ok"/>
|
||||
<Label Text="There you go"/>
|
||||
<Label Text="Thank you"/>
|
||||
diff --git a/tests/example.cls b/tests/example.cls
|
||||
index 6b0c6cf..b37e70a 100644
|
||||
--- a/tests/example.cls
|
||||
+++ b/tests/example.cls
|
||||
@@ -1,2 +1,2 @@
|
||||
-' TODO: import library instead
|
||||
-Public Sub ReinventTheWheel()
|
||||
+Dim helper as HelperLibrary
|
||||
+Set helper = New HelperLibrary
|
||||
diff --git a/tests/example.bas b/tests/example.bas
|
||||
index 6b0c6cf..b37e70a 100644
|
||||
--- a/tests/example.bas
|
||||
|
||||
@ -417,13 +417,6 @@ index 0000000..a6c6cb0
|
||||
+<Label Text="why"/>
|
||||
+<!-- TODO: please -->
|
||||
+<Label Text="ok"/>
|
||||
diff --git a/tests/example.cls b/tests/example.cls
|
||||
index 6b0c6cf..b37e70a 100644
|
||||
--- a/tests/example.cls
|
||||
+++ b/tests/example.cls
|
||||
@@ -1,1 +1,2 @@
|
||||
+' TODO: import library instead
|
||||
Public Sub ReinventTheWheel()
|
||||
diff --git a/tests/example.bas b/tests/example.bas
|
||||
index 6b0c6cf..b37e70a 100644
|
||||
--- a/tests/example.bas
|
||||
|
||||
Loading…
Reference in New Issue
Block a user