mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 07:16:42 +00:00
test: test_closed.diff test_new.diff
This commit is contained in:
@@ -474,8 +474,8 @@ index 0000000..7cccc5b
|
||||
+
|
||||
+ return (
|
||||
+ <div>
|
||||
+ {/*
|
||||
+ TODO: use styled component library
|
||||
+ {/*
|
||||
+ TODO: use styled component library
|
||||
+ */}
|
||||
+ </div>
|
||||
+ );
|
||||
@@ -563,3 +563,26 @@ index 0000000..d340f6a
|
||||
+ * labels: urgent
|
||||
+ */
|
||||
+}
|
||||
--- /dev/null
|
||||
+++ b/package.move
|
||||
@@ -0,0 +1,20 @@
|
||||
+module coin::coin {
|
||||
+ // TODO: Test this
|
||||
+ // Do it
|
||||
+ // labels: urgent
|
||||
+
|
||||
+ /// TODO: Natspec comment
|
||||
+ /// Do it
|
||||
+ /// labels: urgent
|
||||
+
|
||||
+ /*
|
||||
+ TODO: Test this too
|
||||
+ Do it ASAP
|
||||
+ labels: urgent
|
||||
+ */
|
||||
+
|
||||
+ /**
|
||||
+ * TODO: And this too
|
||||
+ * labels: urgent
|
||||
+ */
|
||||
+}
|
||||
Reference in New Issue
Block a user