Skip to content

Commit

Permalink
Modify test case (@charset)
Browse files Browse the repository at this point in the history
  • Loading branch information
isao-takejib committed Aug 28, 2021
1 parent b8749c7 commit f2cb41f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"scripts": {
"test": "npm run test-hamlet && npm run test-lucius && npm run test-yesodroutes",
"test-hamlet": "npx vscode-tmgrammar-test -s source.yesod.hamlet -g test/resources/haskell.tmLanguage.json -g syntaxes/hamlet.tmLanguage.json -t 'test/tests/hamlet/*.hamlet'",
"test-lucius": "npx vscode-tmgrammar-test -s source.yesod.lucius -g syntaxes/css.tmLanguage.json -g test/resources/haskell.tmLanguage.json -g syntaxes/lucius.tmLanguage.json -t 'test/tests/lucius/*.lucius'",
"test-lucius": "npx vscode-tmgrammar-test -s source.yesod.lucius -g test/resources/css.tmLanguage.json -g test/resources/haskell.tmLanguage.json -g syntaxes/lucius.tmLanguage.json -t 'test/tests/lucius/*.lucius'",
"test-yesodroutes": "npx vscode-tmgrammar-test -s source.yesod.routes -g test/resources/haskell.tmLanguage.json -g syntaxes/routes.tmLanguage.json -t 'test/tests/routes/*.yesodroutes'"
},
"engines": {
Expand Down
1 change: 0 additions & 1 deletion test/tests/lucius/at-charset.lucius
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// SYNTAX TEST "source.yesod.lucius" "at-charset"

@charset "utf-8";
// <- meta.at-rule.charset.css keyword.control.at-rule.charset.css punctuation.definition.keyword.css
// <~------- meta.at-rule.charset.css keyword.control.at-rule.charset.css
Expand Down

0 comments on commit f2cb41f

Please sign in to comment.