We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb70b2a commit f95b7dcCopy full SHA for f95b7dc
.github/workflows/test-suite.yml
@@ -85,11 +85,16 @@ jobs:
85
cd crates/tree-sitter-qmd/tree-sitter-markdown
86
tree-sitter test
87
88
- - name: debug bad test case
+ - name: debug bad test case in quarto_markdown_pandoc
89
run: |
90
cd crates/quarto_markdown_pandoc
91
echo "'inline'" | cargo run -- --verbose
92
93
- - name: Test Rust code
94
- run: cargo test
95
- shell: bash
+ - name: show consistent behavior in standalone tree-sitter grammar
+ run: |
+ cd crates/tree-sitter-qmd/tree-sitter-markdown-inline
96
+ echo "'inline'" | tree-sitter parse --debug
97
+
98
+ # - name: Test Rust code
99
+ # run: cargo test
100
+ # shell: bash
0 commit comments