test: test_closed.diff test_new.diff

This commit is contained in:
netpoe
2024-12-21 22:00:42 -06:00
parent de37f375ca
commit ef064d7382
3 changed files with 62 additions and 7 deletions

View File

@@ -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
+ */
+}