Skip to content

Commit 464dfb4

Browse files
committed
nits and tests (ran locally finally)
1 parent 844ad29 commit 464dfb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dap-launch.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
(require 'f)
2929
(require 'rx)
3030

31-
(defun dap-launch-sanitize-json()
31+
(defun dap-launch-sanitize-json ()
3232
"Remove all C-style comments and trailing commas in the current buffer.
3333
Comments in strings are ignored. The buffer is modified in place.
3434
Replacement starts at point, and strings before it are ignored,

test/dap-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
\"/*string*/\""))))
149149

150150
(ert-deftest dap-launch-test--delete-commas ()
151-
(let ((orig "{
151+
(let* ((orig "{
152152
\"abc\": 123,
153153
}")
154154
(post-exp (dap-launch-test--sanitize-json orig)))

0 commit comments

Comments
 (0)