mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 07:16:42 +00:00
test(scss): added tests
This commit is contained in:
@@ -174,5 +174,20 @@ index 0000000..7cccc5b
|
||||
+ also need to be turned into todos, and hopefully
|
||||
+ kept together as one todo
|
||||
+ #+end_comment
|
||||
|
||||
|
||||
diff --git a/tests/example_file.scss b/src/tests/example_file.scss
|
||||
new file mode 100644
|
||||
index 0000000..7cccc5b
|
||||
--- /dev/null
|
||||
+++ b/src/tests/example_file.scss
|
||||
@@ -0,0 +1,11 @@
|
||||
+// TODO: Hopefully this comment turns into a todo issue
|
||||
+.my-class {
|
||||
+ font-weight: bold;
|
||||
+ .my-second-class {
|
||||
+ /* TODO: Multiline comments
|
||||
+ * also need to be turned into todos, and hopefully
|
||||
+ * kept together as one todo
|
||||
+ */
|
||||
+ text-align: center;
|
||||
+ }
|
||||
+}
|
||||
|
||||
Reference in New Issue
Block a user