mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-23 06:16:43 +00:00
109 lines
2.8 KiB
Diff
109 lines
2.8 KiB
Diff
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: Expand this class
|
|
- // Do it
|
|
- // labels: urgent
|
|
|
|
- /*
|
|
- TODO: Definitely expand this class
|
|
- Do it ASAP
|
|
- labels: urgent
|
|
- */
|
|
}
|
|
\ No newline at end of file
|
|
diff --git a/tests/example-file.php b/tests/example-file.php
|
|
deleted file mode 100644
|
|
index 063bb80..0000000
|
|
--- a/tests/example-file.php
|
|
+++ /dev/null
|
|
@@ -1,23 +0,0 @@
|
|
-<!DOCTYPE html>
|
|
-<html>
|
|
-<body>
|
|
-<!-- TODO: Check HTML comments work -->
|
|
-<?php
|
|
- echo 'Testing 123';
|
|
- // TODO: Expand this page
|
|
- // We aren't doing anything here yet
|
|
-
|
|
- echo 'Testing 456';
|
|
- # TODO: Definitely expand this
|
|
- # There needs to be some point to this file
|
|
-
|
|
- echo 'Testing 789'
|
|
- /*
|
|
- * TODO: Echo a greeting instead
|
|
- * This should work with or without the asterisk on each line
|
|
- * labels: help wanted
|
|
- */
|
|
-?>
|
|
-
|
|
-</body>
|
|
-</html>
|
|
\ No newline at end of file
|
|
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 @@
|
|
def hello_world():
|
|
- # TODO: Come up with a more imaginative greeting
|
|
print('Hello world')
|
|
-
|
|
- # TODO: Do more stuff
|
|
- # This function should probably do something more interesting
|
|
- # labels: help wanted
|
|
diff --git a/tests/example_file.rb b/tests/example_file.rb
|
|
index e6da2ec..67f14dd 100644
|
|
--- a/tests/example_file.rb
|
|
+++ b/tests/example_file.rb
|
|
@@ -1,14 +1,3 @@
|
|
#!/usr/bin/ruby -w
|
|
|
|
-# TODO: Come up with a more imaginative greeting
|
|
puts "Greetings"
|
|
-
|
|
-=begin
|
|
-TODO: Do more stuff
|
|
-This function should probably do something more interesting
|
|
-labels: help wanted
|
|
-=end
|
|
-
|
|
-# TODO: Do even more stuff
|
|
-# This function should probably do something more interesting
|
|
-# labels: help wanted
|
|
diff --git a/tests/example_file.yaml b/tests/example_file.yaml
|
|
index 6397789..494d42f 100644
|
|
--- a/tests/example_file.yaml
|
|
+++ b/tests/example_file.yaml
|
|
@@ -1,7 +1,3 @@
|
|
name: "TODO to Issue"
|
|
-# TODO: Write a more interesting description
|
|
description: "Converts IDE TODO comments to GitHub issues"
|
|
author: "Alastair Mooney"
|
|
-# TODO: Define inputs
|
|
-# Need to do this before the action is released
|
|
-# labels: urgent
|
|
diff --git a/tests/example_file.prog.abap b/tests/example_file.prog.abap
|
|
index 6397789..494d42f 100644
|
|
--- /dev/null
|
|
+++ b/tests/example_file.prog.abap
|
|
@@ -1,5 +0,0 @@
|
|
-REPORT ztest_todo_2.
|
|
-
|
|
-DATA moo TYPE i VALUE 2.
|
|
-WRITE moo. " TODO This is an end-of-line to-do
|
|
-moo = 4. * TODO This is another end-of-line to-do
|
|
diff --git a/tests/example_file.sql b/src/tests/example_file.sql
|
|
index 6397789..494d42f 100644
|
|
--- /dev/null
|
|
+++ b/src/tests/example_file.sql
|
|
@@ -1,2 +0,0 @@
|
|
--- TODO Select all:
|
|
-SELECT * FROM Products;
|