From 361aa2aac2fb8ec0989d449e835c19d681a0025b Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sat, 19 Dec 2020 23:05:19 +0100 Subject: 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 Tested-by: BuildkiteCI --- users/Profpatsch/emacs-tree-sitter-move/test.json | 14 ++++++++++++++ users/Profpatsch/emacs-tree-sitter-move/test.sh | 14 ++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 users/Profpatsch/emacs-tree-sitter-move/test.json create mode 100644 users/Profpatsch/emacs-tree-sitter-move/test.sh (limited to 'users') diff --git a/users/Profpatsch/emacs-tree-sitter-move/test.json b/users/Profpatsch/emacs-tree-sitter-move/test.json new file mode 100644 index 0000000000..d9f8075976 --- /dev/null +++ b/users/Profpatsch/emacs-tree-sitter-move/test.json @@ -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" + } +} diff --git a/users/Profpatsch/emacs-tree-sitter-move/test.sh b/users/Profpatsch/emacs-tree-sitter-move/test.sh new file mode 100644 index 0000000000..681081f590 --- /dev/null +++ b/users/Profpatsch/emacs-tree-sitter-move/test.sh @@ -0,0 +1,14 @@ +function foo () { + local x=123 +} + +function bar () { + local x=123 +} + +echo abc def \ + gef gef + +printf \ + "%s\n" \ + haha -- cgit 1.4.1