Skip to content

Commit 9d70e07

Browse files
committed
colon-space: fixed tests description
1 parent f8a26bb commit 9d70e07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/colon-space.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ describe('options/colon-space', function() {
103103
'a {color:red}'
104104
);
105105
});
106-
it('`\n:` value should set a newline before colon', function() {
106+
it('`\\n:` value should set a newline before colon', function() {
107107
comb.configure({ 'colon-space': '\n:' });
108108
assert.equal(
109109
comb.processString(
@@ -116,7 +116,7 @@ describe('options/colon-space', function() {
116116
'a {color\n:red}'
117117
);
118118
});
119-
it('`\t:\t` value should set tabs around colon', function() {
119+
it('`\\t:\\t` value should set tabs around colon', function() {
120120
comb.configure({ 'colon-space': '\t:\t' });
121121
assert.equal(
122122
comb.processString(

0 commit comments

Comments
 (0)