Skip to content

Commit

Permalink
feature: enable all tests (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
levivilet authored Feb 6, 2024
1 parent 503f4b7 commit d8dff68
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 8 deletions.
8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,5 @@
"prettier": {
"semi": false,
"singleQuote": true
},
"test-tokenize": {
"skip": [
"vscode-css-comments-inside-import-statements-2",
"vscode-css-selectors-at-rules-import-import-statements-3",
"vscode-css-selectors-at-rules-import-import-statements-4",
"vscode-css-selectors-at-rules-import-matches-a-url-that-starts-on-the-next-line"
]
}
}
12 changes: 12 additions & 0 deletions test/baselines/vscode-css-comments-inside-import-statements-2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
KeywordImport
Comment
Comment
Comment
Whitespace
Function
Punctuation
Punctuation
String
Punctuation
Punctuation
Punctuation
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
KeywordImport
Whitespace
Comment
Comment
Comment
Whitespace
Punctuation
String
Punctuation
Punctuation
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
KeywordImport
Comment
Comment
Comment
Punctuation
String
Punctuation
Punctuation
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
KeywordImport
Unknown

0 comments on commit d8dff68

Please sign in to comment.