diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2025-01-01 12:29:51 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-01 12:29:51 -0800 |
| commit | dc692f553aae367a03f286e0d59561247941f96c (patch) | |
| tree | 5a4bbbf2cc37c583a491258ebba8e2f421e0079a /test/functional/lua/json_spec.lua | |
| parent | 9d114b720514b0bde96dbdd9b6ef328d232a1589 (diff) | |
| download | rneovim-dc692f553aae367a03f286e0d59561247941f96c.tar.gz rneovim-dc692f553aae367a03f286e0d59561247941f96c.tar.bz2 rneovim-dc692f553aae367a03f286e0d59561247941f96c.zip | |
docs: misc #31479
Diffstat (limited to 'test/functional/lua/json_spec.lua')
| -rw-r--r-- | test/functional/lua/json_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/lua/json_spec.lua b/test/functional/lua/json_spec.lua index 8df42fcaa1..e4a1df1d4c 100644 --- a/test/functional/lua/json_spec.lua +++ b/test/functional/lua/json_spec.lua @@ -152,7 +152,7 @@ describe('vim.json.encode()', function() clear() end) - it('dumps strings with & without escaped slash', function() + it('escape_slash', function() -- With slash eq('"Test\\/"', exec_lua([[return vim.json.encode('Test/', { escape_slash = true })]])) eq( |