We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a26bb commit 9d70e07Copy full SHA for 9d70e07
test/colon-space.js
@@ -103,7 +103,7 @@ describe('options/colon-space', function() {
103
'a {color:red}'
104
);
105
});
106
- it('`\n:` value should set a newline before colon', function() {
+ it('`\\n:` value should set a newline before colon', function() {
107
comb.configure({ 'colon-space': '\n:' });
108
assert.equal(
109
comb.processString(
@@ -116,7 +116,7 @@ describe('options/colon-space', function() {
116
'a {color\n:red}'
117
118
119
- it('`\t:\t` value should set tabs around colon', function() {
+ it('`\\t:\\t` value should set tabs around colon', function() {
120
comb.configure({ 'colon-space': '\t:\t' });
121
122
0 commit comments