feat(emacs-tree-sitter-move): shell and json test files
Change-Id: Idadb58a935abdbfa99327ba79de8b33d38b8c722 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2264 Reviewed-by: Profpatsch <mail@profpatsch.de> Tested-by: BuildkiteCI
This commit is contained in:
parent
5a6f781c3e
commit
361aa2aac2
2 changed files with 28 additions and 0 deletions
14
users/Profpatsch/emacs-tree-sitter-move/test.json
Normal file
14
users/Profpatsch/emacs-tree-sitter-move/test.json
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"foo": {
|
||||||
|
"x": [ 1, 2, 3, 4 ],
|
||||||
|
"bar": "test"
|
||||||
|
},
|
||||||
|
"foo": {
|
||||||
|
"x": [ 1, 2, 3, 4 ],
|
||||||
|
"bar": "test"
|
||||||
|
},
|
||||||
|
"foo": {
|
||||||
|
"x": [ 1, 2, 3, 4 ],
|
||||||
|
"bar": "test"
|
||||||
|
}
|
||||||
|
}
|
14
users/Profpatsch/emacs-tree-sitter-move/test.sh
Normal file
14
users/Profpatsch/emacs-tree-sitter-move/test.sh
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
function foo () {
|
||||||
|
local x=123
|
||||||
|
}
|
||||||
|
|
||||||
|
function bar () {
|
||||||
|
local x=123
|
||||||
|
}
|
||||||
|
|
||||||
|
echo abc def \
|
||||||
|
gef gef
|
||||||
|
|
||||||
|
printf \
|
||||||
|
"%s\n" \
|
||||||
|
haha
|
Loading…
Reference in a new issue