test(scss): added tests

This commit is contained in:
Jonathan Karr
2022-01-19 10:12:04 -05:00
parent f1a821c2ac
commit 8f93a7f04a
3 changed files with 39 additions and 2 deletions

View File

@@ -168,3 +168,19 @@ 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/tests/example_file.scss
index 525e25d..ba4e68d 100644
--- a/tests/example_file.scss
+++ b/tests/example_file.scss
@@ -1,11 +0,0 @@
-// 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;
- }
-}