mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
Fix capnp failing test
This commit is contained in:
parent
412490d3c9
commit
62bb69c78d
1 changed files with 2 additions and 2 deletions
|
|
@ -130,7 +130,7 @@ struct TestDefaults {
|
|||
dataList = ["garply", "waldo", "fred"],
|
||||
structList = [
|
||||
(textField = "x " "structlist"
|
||||
" 1"),
|
||||
" 1"),
|
||||
(textField = "x structlist 2"),
|
||||
(textField = "x structlist 3")],
|
||||
enumList = [qux, bar, grault]
|
||||
|
|
@ -717,7 +717,7 @@ struct TestConstants {
|
|||
dataList = ["garply", "waldo", "fred"],
|
||||
structList = [
|
||||
(textField = "x " "structlist"
|
||||
" 1"),
|
||||
" 1"),
|
||||
(textField = "x structlist 2"),
|
||||
(textField = "x structlist 3")],
|
||||
enumList = [qux, bar, grault]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue