Skip to content

Commit 9f8db0d

Browse files
committed
Fix grammar-test on Windows
1 parent ae3465c commit 9f8db0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1700,7 +1700,7 @@
17001700
"soundness": "scripts/soundness.sh",
17011701
"check-package-json": "tsx ./scripts/check_package_json.ts",
17021702
"test": "vscode-test && npm run grammar-test",
1703-
"grammar-test": "vscode-tmgrammar-test 'test/unit-tests/**/*.test.swift.gyb' -g test/unit-tests/syntaxes/swift.tmLanguage.json -g test/unit-tests/syntaxes/MagicPython.tmLanguage.json",
1703+
"grammar-test": "vscode-tmgrammar-test \"test/unit-tests/**/*.test.swift.gyb\" -g test/unit-tests/syntaxes/swift.tmLanguage.json -g test/unit-tests/syntaxes/MagicPython.tmLanguage.json",
17041704
"integration-test": "npm test -- --label integrationTests",
17051705
"unit-test": "npm test -- --label unitTests",
17061706
"coverage": "npm test -- --coverage",

0 commit comments

Comments
 (0)