File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -100,14 +100,14 @@ Suggested test plan:
100100
1011011 . Add a fixture with lines like:
102102
103- ``` yaml
104- jobs :
105- test :
106- if : matrix.os != 'macos-latest' # Cache causes errors on macOS
107- ` ` `
108-
109- 1 . Add a focused test for the ` if-expression` rule behavior in `expressions.tmGrammar.json`
110- 2 . Verify the expression matcher does not swallow the trailing comment, while preserving `#` inside quoted strings
103+ ``` yaml
104+ jobs :
105+ test :
106+ if : matrix.os != 'macos-latest' # Cache causes errors on macOS
107+ ` ` `
108+
109+ 2 . Add a focused test for the ` if-expression` rule behavior in `expressions.tmGrammar.json`
110+ 3 . Verify the expression matcher does not swallow the trailing comment, while preserving `#` inside quoted strings
111111
112112Note :
113113
You can’t perform that action at this time.
0 commit comments