From 604aa5a7c8cf1fd0c4ad667a0cc7fb8aaf0be33e Mon Sep 17 00:00:00 2001 From: Abhishek Singh Date: Tue, 5 Nov 2024 19:55:42 +0530 Subject: feat(nu): add parser and queries (#7267) --- tests/indent/nu_spec.lua | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/indent/nu_spec.lua (limited to 'tests/indent/nu_spec.lua') diff --git a/tests/indent/nu_spec.lua b/tests/indent/nu_spec.lua new file mode 100644 index 000000000..37c02ebea --- /dev/null +++ b/tests/indent/nu_spec.lua @@ -0,0 +1,17 @@ +local Runner = require("tests.indent.common").Runner +--local XFAIL = require("tests.indent.common").XFAIL + +local run = Runner:new(it, "tests/indent/nu", { + tabstop = 2, + shiftwidth = 2, + softtabstop = -1, + expandtab = true, +}) + +describe("indent Nu:", function() + describe("whole file:", function() + run:whole_file(".", { + expected_failures = {}, + }) + end) +end) -- cgit v1.2.3-70-g09d2