mirror of
https://github.com/microsoft/vscode.git
synced 2026-03-01 06:06:04 +00:00
Add Makefile tests for upgraded grammar: comma, comment, shebang. 1. Add comma separator for function calls and conditions. 2. Escaping a comment with an odd count of backslashes (\#, \\\#). 3. Match debian/rules files based on shebang. Co-authored-by: Alex Ross <alros@microsoft.com>