diff --git a/test/example/assets/sass/partials/comments/_comments-sass.sass b/test/example/assets/sass/partials/comments/_comments-sass.sass index 06f90d5..a28de7b 100644 --- a/test/example/assets/sass/partials/comments/_comments-sass.sass +++ b/test/example/assets/sass/partials/comments/_comments-sass.sass @@ -1,73 +1,77 @@ +/* # Sass Comments */ + /* - Comment 2a + Comment 4a ========== - Description -
Example
+ Description 4a +Example 4a
*/ /* - Comment 2b + Comment 4b ========== - Description + Description 4b ``` - Example +Example 4b
``` */ /* - Comment 2c + Comment 4c ========== - Description + Description 4c -Example
+Example 4c
*/ /* - Comment 2d + Comment 4d ========== - Description + Description 4d ``` -Example
+Example 4d
``` */ /* - * Comment 3a + * Comment 5a * ========== - * Description - *Example
+ * Description 5a + *Example 5a
*/ /* - * Comment 3b + * Comment 5b * ========== - * Description + * Description 5b * ``` - * Example + *Example 5b
* ``` */ /* * - * Comment 3c + * Comment 5c * ========== * - * Description + * Description 5c * - *Example
+ *Example 5ca
+ *Example 5cb
* */ /* * - * Comment 3d + * Comment 5d * ========== * - * Description + * Description 5d * * ``` - *Example
+ *Example 5da
+ *Example 5db
* ``` * */ \ No newline at end of file diff --git a/test/example/assets/sass/partials/comments/_comments-scss.scss b/test/example/assets/sass/partials/comments/_comments-scss.scss index 09638c4..e05b1b6 100644 --- a/test/example/assets/sass/partials/comments/_comments-scss.scss +++ b/test/example/assets/sass/partials/comments/_comments-scss.scss @@ -1,15 +1,17 @@ +/* # Scss Comments */ + /* Comment 1a ========== -Description -Example
+Description 1a +Example 1a
*/ /* Comment 1b ========== -Description +Description 1b ``` -Example +Example 1b
``` */ /* @@ -17,9 +19,9 @@ Example Comment 1c ========== -Description +Description 1c -Example
+Example 1c
*/ /* @@ -27,10 +29,10 @@ Description Comment 1d ========== -Description +Description 1d ``` -Example
+Example 1d
``` */ @@ -38,15 +40,15 @@ Description /* Comment 2a ========== - Description -Example
+ Description 2a +Example 2a
*/ /* Comment 2b ========== - Description + Description 2b ``` - Example +Example 2b
``` */ /* @@ -54,9 +56,9 @@ Description Comment 2c ========== - Description + Description 2c -Example
+Example 2c
*/ /* @@ -64,10 +66,10 @@ Description Comment 2d ========== - Description + Description 2d ``` -Example
+Example 2d
``` */ @@ -75,15 +77,15 @@ Description /* * Comment 3a * ========== - * Description - *Example
+ * Description 3a + *Example 3a
*/ /* * Comment 3b * ========== - * Description + * Description 3b * ``` - * Example + *Example 3b
* ``` */ /* @@ -91,9 +93,9 @@ Description * Comment 3c * ========== * - * Description + * Description 3c * - *Example
+ *Example 3c
* */ /* @@ -101,10 +103,10 @@ Description * Comment 3d * ========== * - * Description + * Description 3d * * ``` - *Example
+ *Example 3d
* ``` * */ \ No newline at end of file